You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :)
The text was updated successfully, but these errors were encountered:
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 pressi
to move up. With vim-textobj-function, I was expectingvhF
to 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. :)
The text was updated successfully, but these errors were encountered: