square / maximum-awesome

Config files for vim and tmux.
Other
5.7k stars 967 forks source link

add binding for virtual line navigation #173

Closed rphan closed 9 years ago

rphan commented 10 years ago

When using vim for non-coding tasks (email, etc) you want to :set wrap because that is how people generally format email in office communications. This makes using traditional vim navigation keys difficult. I set up these bindings to navigate virtual lines a little more easily

rudle commented 9 years ago

I think this behaviour is captured by either the ) operator or the whichwrap option. The latter is described in our current vimrc.

Thanks for the PR!