I've setup the alt + arrow keys bindings for changing tab in vim (in .vimrc):
map <silent><A-Right> :tabnext<CR>
map <silent><A-Left> :tabprevious<CR>
this however does not work under byobu with tmux backend, I guess because it is remapped by byobu.
I tried setting:
unbind -n M-right
unbind -n M-left
in .tmux.conf or .byobu/keybindings.tmux without success.
Anyone has a suggestion on how to fix it?
sudo apt-add-repository ppa:byobu/ppa && sudo apt-get update && sudo apt-get install -y byobu– Dustin Kirkland Aug 13 '13 at 02:20byobu version 5.55 tmux 1.6, but still does not work. tested with no success also on another Ubuntu 12.04.2 LTS. I had to createkeybindings.tmuxmyself, is it possible that it is not actually read? – Andrea Zonca Aug 13 '13 at 06:20keybindings.tmuxfor me, I added theunbindcommands, runbyobu-tmux, press F5, but still it moves word by word. – Andrea Zonca Aug 13 '13 at 18:34.tmux.conffrom here: http://askubuntu.com/a/145227/198237 – Ciprian Tomoiagă Dec 18 '16 at 03:15