diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-04 21:43:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-04 21:43:41 -0300 |
commit | 5523e8650aa57934d884748e47bfa53e788567a4 (patch) | |
tree | db0c169f28c8777fb104461bbf8c5ee2db074180 | |
parent | d9e884ed3455023551470dec4e712088df5b6e2c (diff) | |
download | vim-5523e8650aa57934d884748e47bfa53e788567a4.tar.gz vim-5523e8650aa57934d884748e47bfa53e788567a4.tar.bz2 |
Window navigation mappings
-rw-r--r-- | vimrc.dot.link | 6 |
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 |