From 038bedb3b96a0bb9e48c72a48544412027ec901c Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 15 Nov 2013 01:06:11 +0100 Subject: [PATCH] disable arrow keys I'm going to hate myself for that... but it had to be done --- vimrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vimrc b/vimrc index b81dae2..a9040f1 100644 --- a/vimrc +++ b/vimrc @@ -20,6 +20,15 @@ nmap n :silent nohl nmap # :%s:/::gn " center cursor after search nnoremap n nzz +" disable arrows +inoremap +inoremap +inoremap +inoremap +noremap +noremap +noremap +noremap set nostartofline " don't move the cursor to the first non-blank char of a line set path=.,** " current + subdirectory search for :find, :grep:, ... -- 2.48.1