JessicaKMcIntosh / TagmaBufMgr

Tagma Buffer Manager for Vim
17 stars 1 forks source link

hjkl for buffers navigation #1

Closed wedgwood closed 12 years ago

wedgwood commented 12 years ago

thank you for your great work. i enjoy the plugin. and maybe hjkl for buffers navigation is very helpful :)

LStinson commented 12 years ago

It has Ctrl-[hjkl] for window navigation. Ctrl-Tab and Ctrl-Shift-Tab will rotate through buffers, but that might not work in all terminals. Did you want an option to use Ctrl-[hjkl] for buffer navigation instead? Not fully understanding, sorry.

wedgwood commented 12 years ago

sorry, i did not express a clear. i just wanna an option to use ctrl-[hjkl] for buffer navigation intead :)

LStinson commented 12 years ago

That sounds easy enough. I'll see what I can do, time permitting...

LStinson commented 12 years ago

I just committed the change. See if that does what you expect. Please note the new setting in the documentation and the note that applies.

wedgwood commented 12 years ago

thank u. it works. BTW, maybe the doc has some mistake.

Defaults to 0. Set to 1 to enable. > let g:TagmaBufMgrMapChjkl = 0 " <- here :)

LStinson commented 12 years ago

Yes. I will fix that later. Thanks.