Skip to content

fenuks/vim-uncommented

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Vim-uncommented

Simple plugin to jump to next/previous (un)commented line in file.

Example configuration

nmap <C-j>   <Plug>(NextUncommented)
nmap <C-k>   <Plug>(PrevUncommented)
nmap <C-S-j> <Plug>(NextCommented)
nmap <C-S-k> <Plug>(PrevCommented)

or in spirit of unimpaired.vim

nmap ]c <Plug>(NextUncommented)
nmap [c <Plug>(PrevUncommented)
nmap ]C <Plug>(NextCommented)
nmap [C <Plug>(PrevCommented)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published