Skip to content

deris/vim-gothrough-jk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

vim-gothrough-jk

This plugin's purpose is Don't repeat j, k.

If you move cursor by j, k(no count specified) more than 3 times continuously, you type by j, k(no count specified) as 5j, 5k.

So you must be use count specified j, k, if you want to move like 4 lines upward, downward.

Screenshot

screenshot

Usage

By default, j, k is mapping to.

If you want to map other key, you can set like followings

nmap ,j  <Plug>(gothrough-jk-j)
nmap ,k  <Plug>(gothrough-jk-k)
nmap ,gj <Plug>(gothrough-jk-gj)
nmap ,gk <Plug>(gothrough-jk-gk)

License

MIT License

About

Don't repeat j, k

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published