extend config and rearrange some things
This commit is contained in:
@@ -10,19 +10,6 @@ map! <M-c> <ESC>3GA
|
||||
nmap <M-b> 4GA
|
||||
map! <M-b> <ESC>4GA
|
||||
|
||||
" delete lines until end
|
||||
nmap <C-d> dG1o
|
||||
map! <C-d> <ESC>dG1o
|
||||
|
||||
" delete current line
|
||||
nmap <C-s> ddi
|
||||
map! <C-s> <ESC>ddi
|
||||
|
||||
" add empty line
|
||||
nmap <C-a> 1o
|
||||
map! <C-a> <ESC>1o
|
||||
|
||||
|
||||
" Go to first empty line and start insert mode
|
||||
execute "normal /^$/\n"
|
||||
execute ":startinsert"
|
||||
|
||||
Reference in New Issue
Block a user