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
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)
The text was updated successfully, but these errors were encountered:
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 achievenmap 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)
The text was updated successfully, but these errors were encountered: