Skip to content

Commit

Permalink
Longer history of commands
Browse files Browse the repository at this point in the history
  • Loading branch information
diabolo committed May 23, 2012
1 parent a7f4049 commit b70f4ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vimrc
Expand Up @@ -34,6 +34,9 @@ map <leader>e :e! ~/.vimrc<cr>
" When vimrc is edited, reload it
autocmd! bufwritepost vimrc source ~/.vimrc

" Longer memory of commands
set history=200

" Disable arrow keys in insert mode so we use normal mode by default
inoremap <Up> <NOP>
inoremap <Down> <NOP>
Expand Down

0 comments on commit b70f4ae

Please sign in to comment.