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:
parent
0f3e91895e
commit
8a375478f4
@ -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
|
||||
" }
|
||||
" }
|
||||
|
Loading…
Reference in New Issue
Block a user