vim: cleanup

feature/improve-speed
bretello 2021-03-13 16:33:04 +01:00
parent 185330490b
commit 88c26c90d1
Signed by: brethil
GPG Key ID: 876AAC6290170FE7
1 changed files with 0 additions and 3 deletions

View File

@ -47,9 +47,6 @@ endif
" Return to last edit position when opening files (from amix's vimrc)
au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g'\"" | endif
" Remap VIM 0 to first non-blank character
" map 0 ^
" Bash like keys for the command line
cnoremap <C-A> <Home>
cnoremap <C-E> <End>