Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for g+accelerated-jk #8

Open
morphykuffour opened this issue Aug 3, 2021 · 1 comment
Open

Support for g+accelerated-jk #8

morphykuffour opened this issue Aug 3, 2021 · 1 comment

Comments

@morphykuffour
Copy link

morphykuffour commented Aug 3, 2021

I want to be able to have vim use accelerated-jk and plus g to be able to move fast through wrapped lines. I've had nmap j gj for a while and I want to be able to achieve nmap j g<Plug>(accelerated_jk_gj_position). I tried doing this in my vimrc but it did not work.

nmap j gj ---> nmap j g<Plug>(accelerated_jk_gj_position)
nmap k gk ---> nmap k g<Plug>(accelerated_jk_gk_position)

@bangedorrunt
Copy link

@morphykuffour you should try xiyaowong/accelerated-jk.nvim if you're using neovim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants