aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fccb1b2e..7d9057b5 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -86,12 +86,6 @@ if has('cmdline_info')
set showmode
endif
-" Some mild heresy; use the familiar Readline bindings of ^A and ^E on the
-" command line to move to the start and end of the line respectively; note
-" that this also works when entering search terms
-cnoremap <C-A> <Home>
-cnoremap <C-E> <End>
-
" Don't try to complete strings from included files, just use the strings in
" the open buffers; I'll open the file if I want to complete from it
set complete-=i