michaeljsmith / vim-indent-object

Vim plugin that defines a new text object representing lines of code at the same indent level. Useful for python/vim scripts, etc.
http://www.vim.org/scripts/script.php?script_id=3037
MIT License
735 stars 61 forks source link

Is there a way to move cursor up/down by indention line? #23

Open benlieb opened 4 years ago

benlieb commented 4 years ago

For example if my cursor is on line 203, is there a command that would move my cursor (not selecting) to line 214?

image

gerazov commented 2 years ago

Take a look at jeetsukumaran/vim-indentwise