Joined February 2014
·
Posted to
Move lines in VIM like PHPStorm
over 1 year
ago
You can also try vim-move plugin by matze ( https://github.com/matze/vim-move ). It's works quite faster for me rather than native solution.
You can also try vim-move plugin by matze ( https://github.com/matze/vim-move ). It's works quite faster for me rather than native solution.
Thanks for explanation of using inoremap instead of imap.