I use this in my vimrc:
noremap i k
noremap j h
noremap k j
noremap h i
etc, so that I can use IJKL for movement instead of HJKL. It's more like arrow keys that way. For text objects, I use h, and in VISUAL mode I can press i to move up. With vim-textobj-function, I was expecting vhF to select a function, but instead I have to use viF, which means I can't move up!
Is there some way you can make this work no matter what key the user maps to i?
Awesome plugin. :)
I use this in my vimrc:
etc, so that I can use IJKL for movement instead of HJKL. It's more like arrow keys that way. For text objects, I use
h, and in VISUAL mode I can pressito move up. With vim-textobj-function, I was expectingvhFto select a function, but instead I have to useviF, which means I can't move up!Is there some way you can make this work no matter what key the user maps to
i?Awesome plugin. :)