Skip to content

Commit

Permalink
[28] Implemented mappings for window switching
Browse files Browse the repository at this point in the history
Signed-off-by: DoesntMatter <jaed1@gmx.net>
  • Loading branch information
DoesntMatter committed Feb 26, 2012
1 parent 8cc1262 commit 2f9c05b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vimrc
Expand Up @@ -82,6 +82,13 @@ map <A-Down> <C-w>+
map <A-Left> <C-w><
map <A-Right> <C-w>>
" Mappings for window switching
" To use press Ctrl + the arrow keys
map <C-Up> <C-w>k
map <C-Down> <C-w>j
map <C-Left> <C-w>h
map <C-Right> <C-w>l
"=============================
" Useful functions
"=============================
Expand Down

0 comments on commit 2f9c05b

Please sign in to comment.