Well,
One can use <C-w>[hjkl]
to move between window, and it's works!
Then I shortcut the horizontal moves like noremap <S-RIGHT> <C-W>l
, and it's works!
But, when I try to shortcut the vertical moves, I use noremap <S-UP> <C-W>k
and noremap <S-DOWN> <C-W>j
, and it doesn't work!
Any suggestions?
EDIT : Assuming than the terminal handles the <S-UP> and
<S-DOWN>
, which conflict with my vim (or whatever term app) preferences, is there any way to force the terminal to forget this mapping ??