Navigation Menu

Skip to content

Commit

Permalink
Adds mappings for split creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruy Diaz committed Feb 22, 2012
1 parent 3e57a6b commit acd33ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vimrc
Expand Up @@ -70,6 +70,10 @@ nmap <C-k> <C-w>k
nmap <C-j> <C-w>j
nmap <C-l> <C-w>l
" Split creation
nmap vv :vsplit<CR>
nmap ss :split<CR>
" Bubble single lines
nmap <C-Up> [e
nmap <C-Down> ]e
Expand Down

0 comments on commit acd33ed

Please sign in to comment.