aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2011-12-19 12:05:16 +1300
committerTom Ryder <tom@sanctum.geek.nz>2011-12-19 12:05:16 +1300
commitd72fd1a4327715d115ffc28824d452a62e6d4afb (patch)
tree4e694dcbcb16e3bc8f2082d567bf0f579b0b3021 /vim
parentMore conditionals to avoid startup errors when using older/smaller versions o... (diff)
downloaddotfiles-d72fd1a4327715d115ffc28824d452a62e6d4afb.tar.gz
dotfiles-d72fd1a4327715d115ffc28824d452a62e6d4afb.zip
No longer need to disable arrow keys, comfortable with hjkl
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 78343769..a5845093 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -33,12 +33,6 @@ if has("wildmenu")
set wildmenu
endif
-" Cursors
-map <up> <nop>
-map <down> <nop>
-map <left> <nop>
-map <right> <nop>
-
" Encoding
set fileformats=unix,dos,mac
if has("multi_byte")