Skip to content

Commit

Permalink
Remove duplicate window split mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
timstott committed Dec 31, 2014
1 parent 46d416e commit 8102fef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions vim/settings/yadr-keymap-linux.vim
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ map <silent> <A-7> :tabn 7<cr>
map <silent> <A-8> :tabn 8<cr>
map <silent> <A-9> :tabn 9<cr>
" Create window splits easier. The default
" way is Ctrl-w,v and Ctrl-w,s. I remap
" this to vv and ss
nnoremap <silent> vv <C-w>v
nnoremap <silent> ss <C-w>s
" Resize windows with arrow keys
nnoremap <C-Up> <C-w>+
nnoremap <C-Down> <C-w>-
Expand Down
6 changes: 0 additions & 6 deletions vim/settings/yadr-keymap-mac.vim
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ map <silent> <D-7> :tabn 7<cr>
map <silent> <D-8> :tabn 8<cr>
map <silent> <D-9> :tabn 9<cr>
" Create window splits easier. The default
" way is Ctrl-w,v and Ctrl-w,s. I remap
" this to vv and ss
nnoremap <silent> vv <C-w>v
nnoremap <silent> ss <C-w>s
" Resize windows with arrow keys
nnoremap <D-Up> <C-w>+
nnoremap <D-Down> <C-w>-
Expand Down

0 comments on commit 8102fef

Please sign in to comment.