From 3c8ba08bfe3ffb8d0cddabae515a16ba796d8b77 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Fri, 20 Nov 2015 10:27:25 +0000 Subject: [PATCH] Ignore arrow keys --- vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vimrc b/vimrc index a01df26..7fa3210 100644 --- a/vimrc +++ b/vimrc @@ -1,10 +1,18 @@ silent! runtime bundle/vim-pathogen/autoload/pathogen.vim silent! execute pathogen#infect() +inoremap +inoremap +inoremap +inoremap nmap :wincmd j nmap :wincmd h nmap :wincmd l nmap :wincmd k +nnoremap +nnoremap +nnoremap +nnoremap set autoindent set background=dark set colorcolumn=73