Closed nobleach closed 9 years ago
I've looking into using something other than the default movement keys. I didn't know if this was already on your radar or not. I'd love to use my arrow keys as I'd rather use CTRL+J/CTRL+K for more used purposes.
Disable default keys and bind your own via defined <Plug> mappings:
<Plug>
let g:move_map_keys = 0 vmap <C-j> <Plug>MoveBlockDown
See :h move-mappings for list of available mappings.
:h move-mappings
Beautiful, thanks.
I've looking into using something other than the default movement keys. I didn't know if this was already on your radar or not. I'd love to use my arrow keys as I'd rather use CTRL+J/CTRL+K for more used purposes.