summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc4
1 files changed, 0 insertions, 4 deletions
diff --git a/vimrc b/vimrc
index 025a002..c58b30c 100644
--- a/vimrc
+++ b/vimrc
@@ -204,10 +204,6 @@ endif
" case insensitive searching, unless i type a capital letter
set ignorecase
set smartcase
-
-" better way to recall command line history
-set cedit=<Up>
-au CmdWinEnter * normal k
" }}}
" Make vim less whiny {{{
" :bn with a change in the current buffer? no prob!