Skip to content

zazab/next-indentation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

NEXT INDENTATION

memes

Do you wanna to go deeper?

  • Use command IndentationGoUp if you want to up cursor for another indentation level.

  • Use command IndentationGoDown if you want to down cursor for another indentation level.

.vimrc:

Plug 'kovetskiy/next-indentation'
    nnoremap { :IndentationGoUp<CR>
    nnoremap } :IndentationGoDown<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

Languages

  • Python 89.5%
  • Vim Script 10.5%