From 5acec487453cc58d0b81a968a70048c561c73706 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Wed, 15 Feb 2012 12:23:20 -0800 Subject: [PATCH] Revert "Try to wean myself off the arrow keys" This reverts commit 5fae5f9a8379ce7ab68507060d9297ac2864d44a. --- vimrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vimrc b/vimrc index 989d72d..6b6dddf 100644 --- a/vimrc +++ b/vimrc @@ -132,11 +132,6 @@ nmap :Q! :q! nmap :Wq! :wq! nmap :WQ! :wq! -noremap -noremap -noremap -noremap - " Open where I left off set viminfo='1000,\"1000,:20,%,n~/.viminfo au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif