From: Samir Benmendil Date: Fri, 15 Nov 2013 00:06:11 +0000 (+0100) Subject: disable arrow keys X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/038bedb3b96a0bb9e48c72a48544412027ec901c?ds=sidebyside disable arrow keys I'm going to hate myself for that... but it had to be done --- 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:, ...