aboutsummaryrefslogtreecommitdiffstats
path: root/vim
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-19 05:24:26 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-19 05:24:26 +0200
commit11cdd8eff0941a1b664ca6abdc61284d9dced492 (patch)
treed9e30200ccc0ddfa13be4754d656b09bc3127a2e /vim
parentba87b5ddf4c3db9ded2906087dde579029858659 (diff)
downloaddotfiles-11cdd8eff0941a1b664ca6abdc61284d9dced492.tar.xz
vim: Remove nop's on arrows, set showcmd
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc8
1 files changed, 2 insertions, 6 deletions
diff --git a/vim/vimrc b/vim/vimrc
index abed992..87e05ba 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -49,12 +49,8 @@ set backup " use backup files
set undofile " save undo's after file closes
set mouse=a " enable mouse in all modes
set shortmess+=I " don't show the nag-screen
-set encoding=utf-8
-
-map <up> <nop>
-map <down> <nop>
-map <left> <nop>
-map <right> <nop>
+set encoding=utf-8 " oh please, like this needs explanation
+set showcmd
nmap <silent> <Leader>/ :nohlsearch<CR>