osx - Oh My ZSH & Vim Insert Cursor -


currently using oh zsh, however, when using vim in insert mode, @ end of line, when using arrows navigate, insert mode ends when hit end of line, making impossible delete last character on line, following theme file, can me out this?

https://github.com/andrew8088/oh-my-zsh/blob/master/themes/doubleend.zsh-theme

thanks!

afaik it's not recommended move around in insert mode @ all. if want delete last character on line, hit $x in normal mode. delete last character on line , go insert mode, use $s.

in cases should move faster in normal mode usign w,e,^ , like, using arrows in insert mode. why use vim if use notepad application?

hope helps


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -