Skip to content

Commit

Permalink
A few more suggestions from lvthw
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed Feb 23, 2012
1 parent 78e41ce commit a3b79ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ noremap <leader>f za
" Get rid of Ex mode and map a useful command for reflowing text
nnoremap Q gqap
" Suggestions from Learn Vimscript the Hard Way
:nnoremap <leader>ev :vsplit $MYVIMRC<cr>
:nnoremap <leader>sv :source $MYVIMRC<cr>
" ====================================== Language-specific Settings =========================================
" Nice ruby settings
let ruby_space_settings = 1
Expand Down

0 comments on commit a3b79ff

Please sign in to comment.