On 8 July 2013 05:46, michael kapelko <[email protected]> wrote: > I've set up ~/.tmux.conf like this: > > bind-key -n M-right next > bind-key -n M-left prev > > But still can't change windows with Alt-right/left.
That'll work fine. Did you kill and start tmux after doing this? tmux doesn't re-read it's configuration file once the tmux server process has loaded, so you either have to: * Kill tmux and re-load it; * Use the source-file command; * Use :bind ... from within tmux (command-prompt) -- Thomas Adam ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ tmux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tmux-users
