extend config and rearrange some things

This commit is contained in:
2017-04-22 22:28:30 +02:00
parent 04522a176e
commit 8212800aab
5 changed files with 56 additions and 15 deletions

View File

@@ -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"