hsitz / VimOrganizer

VimOrganizer is partly a clone of Emacs' Org-mode, and partly a front end to Org-mode itself. Do Org in Vim.
http://vimeo.com/31531308
518 stars 67 forks source link

Navigation freely with default hjkl key #50

Closed ConanChou closed 11 years ago

ConanChou commented 11 years ago

It is a very nice plugin. I like it a lot.

But is there any way to navigate between heads freely with the hjkl keys? Using Alt+Arrow makes me less productive.

Thank you!

hsitz commented 11 years ago

On Thu, Oct 11, 2012 at 1:16 AM, Conan notifications@github.com wrote:

It is a very nice plugin. I like it a lot.

But is there any way to navigate between heads freely with the hjkl keys? Using Alt+Arrow makes me less productive.

Thank you!

Sure, it's just a matter of remapping those functions to different keys. As it is the gh, gj, gk, gl keys are mapped to the same functions as the alt-arrow keys. It sounds like those g-_ combinations are what you want to use.

-- Herb

ConanChou commented 11 years ago

Yes, it works in my case. Thank you!