Guest User

Untitled

a guest
Dec 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. " Work
  2. noremap <C-Down> <C-w>j
  3. noremap <C-Up> <C-w>k
  4. noremap <S-C-Down> <C-w><S-j>
  5. noremap <S-C-Up> <C-w><S-k>
  6. " Do not work
  7. noremap <S-C-Left> <C-w><S-h>
  8. noremap <S-C-Right> <C-w><S-l>
  9. noremap <C-Left> <C-w>h
  10. noremap <C-Right> <C-w>l
Add Comment
Please, Sign In to add comment