Skip to content

kovetskiy/next-indentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NEXT INDENTATION

memes

Do you wanna to go deeper?

  • Use IndentationGoUpShallower if you wanna move cursor up and shallower.
  • Use IndentationGoUpDeeper if you wanna move cursor up and deeper.
  • Use IndentationGoDownShallower if you wanna move cursor up and shallower.
  • Use IndentationGoDownDeeper if you wanna move cursor up and deeper.

.vimrc:

Plug 'kovetskiy/next-indentation'
    nnoremap gjh :IndentationGoUpShallower<CR>
    nnoremap gjl :IndentationGoUpDeeper<CR>
    nnoremap gkh :IndentationGoDownShallower<CR>
    nnoremap gkl :IndentationGoDownDeeper<CR>

I'm glad to share it with you.

IndentationGoDown

About

we need to go deeper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published