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> :execute 'wincmd k'<cr> nnoremap <silent> <A-Down> :execute 'wincmd j'<cr> nnoremap <silent> <A-Left> :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: > > konsole 17.04.1 > > 2017-05-31 10:04 GMT+02:00 Nicholas Marriott > > <[email protected]>: > > > > What terminal? > > On 31 May 2017 9:02 am, "'Franky Spamschleuder' via tmux-users" > > <[email protected]> wrote: > > > > Hi there, > > I use alt arrow keys to navigate inside windows in vim and the > tmux > > panes. Since I updated to tmux 2.5 this does not work anymore. > > Has it sth. to the with the Issue #907 mentioned in the > changelog? How > > can I fix this problem? > > Thank you > > Frank > > > > -- > > 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 email to [email protected]. > > 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.
