aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-02-19 11:03:33 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-02-19 11:03:33 +1300
commit4c0818fc3a07baefd09bffb2f9cf7dac941b4446 (patch)
tree17adec1311e164769125284f6ca66ad575c9725d /vim/vimrc
parentDon't break up short lines (diff)
downloaddotfiles-4c0818fc3a07baefd09bffb2f9cf7dac941b4446.tar.gz
dotfiles-4c0818fc3a07baefd09bffb2f9cf7dac941b4446.zip
No longer use ^A,^E on Vim command line
Trained myself out of it, I use the command window now instead, like God intended
Diffstat (limited to 'vim/vimrc')
-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