haskell-vim-now icon indicating copy to clipboard operation
haskell-vim-now copied to clipboard

Use indent-wise plugin for indentation block relative movements

Open harendra-kumar opened this issue 9 years ago • 0 comments

For C I was used to [[ and ]] to move to start and end of functions. I was looking for something similar for Haskell and I found this plugin:

https://github.com/jeetsukumaran/vim-indentwise

It allows moving to start and end of ident scope by using [% and ]%. It has other bindings too for movements relative to indentation blocks.

This is pretty handy for Haskell and can be included as a default plugin unless there is something else to achieve the same which I may not be aware of.

harendra-kumar avatar Jul 11 '16 12:07 harendra-kumar