echo $TERM screen-256color
2017-05-31 10:26 GMT+02:00 Nicholas Marriott <[email protected]>: > > Do you have TERM=tmux inside tmux or TERM=screen? > > > > On Wed, May 31, 2017 at 10:17:57AM +0200, Franky Spamschleuder wrote: > > the Alt mappings do not work in vim running inside tmux > > just try the following: > > put these to your vim config: > > nnoremap <silent> <A-Up> A A :execute 'wincmd A k'<cr> > > nnoremap <silent> <A-Down> A :execute 'wincmd j'<cr> > > nnoremap <silent> <A-Left> A :execute 'wincmd h'<cr> > > nnoremap <silent> <A-Right> :execute 'wincmd l'<cr> > > run vim, do a split and try to switch with these bindings through the > > windows > > 2017-05-31 10:11 GMT+02:00 Nicholas Marriott > > <[email protected]>: > > > > Are you saying the keys don't work in tmux itself, or just in vim > inside > > tmux? > > > > On Wed, May 31, 2017 at 10:06:33AM +0200, Franky Spamschleuder > wrote: > > >A A konsole 17.04.1 > > >A A 2017-05-31 10:04 GMT+02:00 Nicholas Marriott > > >A A <[email protected]>: > > > > > >A A A What terminal? > > >A A A On 31 May 2017 9:02 am, "'Franky Spamschleuder' via > > tmux-users" > > >A A A <[email protected]> wrote: > > > > > >A A A A Hi there, > > >A A A A I use alt arrow keys to navigate inside windows in vim > and > > the tmux > > >A A A A panes. Since I updated to tmux 2.5 this does not work > > anymore. > > >A A A A Has it sth. to the with the Issue #907 mentioned in the > > changelog? How > > >A A A A can I fix this problem? > > >A A A A Thank you > > >A A A A Frank > > > > > >A A A A -- > > >A A A A You received this message because you are subscribed > to the > > Google > > >A A A A Groups "tmux-users" group. > > >A A A A To unsubscribe from this group and stop receiving > emails > > from it, send > > >A A A A an email to [email protected]. > > >A A A A To post to this group, send email to > > [email protected]. > > >A A A A For more options, visit https://groups.google.com/d/ > optout. > -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
