Skip to content

Commit

Permalink
Added ,v and ,o shortcuts for vert window split and split removal
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrosby42 committed Jun 2, 2010
1 parent ebd5276 commit 52331f2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion common-vimrc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,15 @@ map <leader>/ :TComment<Return>
" paste from clipboard
map <leader>c "*
" self explanatory
" Redraw screen
map <leader>d :redraw!<CR>
" Window split vertical
noremap <leader>v :vsplit<CR>
" Remove all window splits
noremap <leader>o :only<CR>
" autocmd FileType ruby,eruby set omnifunc=rubycomplete ai sw=2 sts=2 et
if has("autocmd")
filetype indent on
Expand Down

0 comments on commit 52331f2

Please sign in to comment.