Skip to content

Commit

Permalink
moved mappings out of gvimrc into vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
zeedunk committed Nov 17, 2010
1 parent e96a780 commit d2fa067
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gvimrc
Expand Up @@ -18,13 +18,6 @@ if has("gui_macvim")
map <D-/> <plug>NERDCommenterToggle<CR>
endif

" Bubble single lines
nmap <C-Up> [e
nmap <C-Down> ]e
" Bubble multiple lines
vmap <C-Up> [egv
vmap <C-Down> ]egv
" Start without the toolbar
set guioptions-=T

Expand Down
7 changes: 7 additions & 0 deletions vimrc
Expand Up @@ -84,6 +84,13 @@ map <Leader>te :tabe <C-R>=expand("%:p:h") . "/" <CR>
" Command mode: Ctrl+P
cmap <C-P> <C-R>=expand("%:p:h") . "/" <CR>
" Bubble single lines
nmap <C-Up> [e
nmap <C-Down> ]e
" Bubble multiple lines
vmap <C-Up> [egv
vmap <C-Down> ]egv
" Use modeline overrides
set modeline
set modelines=10
Expand Down

0 comments on commit d2fa067

Please sign in to comment.