Skip to content

Mapping doesn't work as expected. #12

Description

@trusktr

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. :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions