Skip to content

Commit

Permalink
Revert "Try to wean myself off the arrow keys"
Browse files Browse the repository at this point in the history
This reverts commit 5fae5f9.
  • Loading branch information
sferik committed Feb 15, 2012
1 parent a66eb9b commit 5acec48
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vimrc
Expand Up @@ -132,11 +132,6 @@ nmap :Q! :q!
nmap :Wq! :wq! nmap :Wq! :wq!
nmap :WQ! :wq! nmap :WQ! :wq!
noremap <Up> <nop>
noremap <Down> <nop>
noremap <Left> <nop>
noremap <Right> <nop>
" Open where I left off " Open where I left off
set viminfo='1000,\"1000,:20,%,n~/.viminfo set viminfo='1000,\"1000,:20,%,n~/.viminfo
au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|else|exe "norm $"|endif|endif
Expand Down

0 comments on commit 5acec48

Please sign in to comment.