mirror of
1
0
Fork 0

Merge pull request #191 from nicoekkart/patch-1

Fixed minor typo in basic.vim
This commit is contained in:
Amir Salihefendic 2016-05-14 17:07:53 +01:00
commit a50124e57e
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,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