2

I'm starting with tmux and i'm with some difficulties. I searched and didn't find anything that helped.

When I open VIM in a tmux's session, the shift + hjkl doesn't work. I searched for a solution and found one that said to me to remap the command. So, i remaped with ctrl.

map OC <Right>
map OD <Left>
map [C <S-Right>
map [D <S-Left>
map OB <Down>
map [B <S-Down>
map OA <Up>
map [A <S-Up>

But now I found a thing rather annoying. When I use ctrl + arrows, vim changes back to visual mode, that makes me to have to change back to insert mode. Are there another solution for this problem?

0 Answers0