mirror of
1
0
Fork 0

Fixed minor typo in basic.vim

This commit is contained in:
Nico Ekkart 2016-04-30 00:56:36 +02:00
parent 5f6aa8fe09
commit 39ffe2d5ef
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ set statusline=\ %{HasPaste()}%F%m%r%h\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\
" Remap VIM 0 to first non-blank character
map 0 ^
" Move a line of text using ALT+[jk] or Comamnd+[jk] on mac
" Move a line of text using ALT+[jk] or Command+[jk] on mac
nmap <M-j> mz:m+<cr>`z
nmap <M-k> mz:m-2<cr>`z
vmap <M-j> :m'>+<cr>`<my`>mzgv`yo`z