1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

added shortcut to move code block

This commit is contained in:
Ryan Kes 2020-09-10 15:04:20 +02:00
parent 0f3e91895e
commit 8a375478f4

View File

@ -229,4 +229,13 @@
" closetag {
let g:closetag_filetypes = 'html,xhtml,phtml,vue'
" }
" unimpaired {
" Move single lines
nmap <M-k> [e
nmap <M-j> ]e
" Move multiple selected lines
vmap <M-k> [egv
vmap <M-j> ]egv
" }
" }