Guest User

Untitled

a guest
Jul 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. " window switching
  2. nmap <C-Up> <C-w><C-k>
  3. nmap <C-Down> <C-w><C-j>
  4. nmap <C-Left> <C-w><C-h>
  5. nmap <C-Right> <C-w><C-l>
  6. " window rearrangement
  7. nmap <S-C-Up> <C-w>K
  8. nmap <S-C-Down> <C-w>J
  9. nmap <S-C-Left> <C-w>H
  10. nmap <S-C-Right> <C-w>L
Add Comment
Please, Sign In to add comment