aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-04 21:43:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-10-04 21:43:41 -0300
commit5523e8650aa57934d884748e47bfa53e788567a4 (patch)
treedb0c169f28c8777fb104461bbf8c5ee2db074180
parentd9e884ed3455023551470dec4e712088df5b6e2c (diff)
downloadvim-5523e8650aa57934d884748e47bfa53e788567a4.tar.gz
vim-5523e8650aa57934d884748e47bfa53e788567a4.tar.bz2
Window navigation mappings
-rw-r--r--vimrc.dot.link6
1 files changed, 6 insertions, 0 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index 5439d50..cf46076 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -214,6 +214,12 @@ nmap 0 10gt
map Od :bprevious<CR>
map Oc :bnext<CR>
+" Window navigation
+map <Left> <C-w><Left>
+map <Right> <C-w><Right>
+map <Down> <C-w><Down>
+map <Up> <C-w><Up>
+
" See
" http://vim.wikia.com/wiki/Have_Vim_check_automatically_if_the_file_has_changed_externally
" http://stackoverflow.com/questions/2490227/how-does-vims-autoread-work