'e' -> empty, 'i' -> empty + insert mode

This commit is contained in:
Marco Hinz 2013-04-30 00:40:58 +02:00
parent 4533f7f7e4
commit 74a5d12785
3 changed files with 5 additions and 3 deletions

View file

@ -100,7 +100,7 @@ function! s:insane_in_the_membrane() abort
setlocal nomodifiable nomodified
nnoremap <buffer><silent> e :enew<cr>
nnoremap <buffer><silent> i :enew<cr>
nnoremap <buffer><silent> i :enew <bar> startinsert<cr>
nnoremap <buffer> <cr> :normal <c-r><c-w><cr>
nnoremap <buffer> <2-LeftMouse> :execute 'normal '. matchstr(getline('.'), '\w\+')<cr>
nnoremap <buffer> q