Skip to content

Commit

Permalink
Mapping to slices resizing
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Jun 29, 2011
1 parent 4718091 commit 8c643e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/mapping.vim
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ vnoremap <C-k> :m-2<CR>gv=gv
autocmd FileType python map <C-g> :RopeGotoDefinition<CR>
autocmd FileType python map <D-r> :RopeRename<CR>
autocmd FileType python vmap <D-Return> :RopeExtractMethod<CR>
"Split resizing
map <C-S-Left> <c-w><
map <C-S-Right> <c-w>>
map <C-S-Up> <c-w>-
map <C-S-Down> <c-w>+

0 comments on commit 8c643e5

Please sign in to comment.