diff --git a/vim/vimrc b/vim/vimrc index 7b71a65..5e11bdf 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -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 cnoremap