English 中文(简体)
tmux up-pane/down-pane missing
原标题:

I d like to rebind the action of changing the active pane in tmux. In version 1.1, I did it like this:

bind-key -n C-] up-pane
bind-key -n C-[ down-pane

I ve upgraded to to version 1.3 recently, and now I get the following error message:

/home/myuser/.tmux.conf: 17: unknown command: up-pane                                                         
/home/myuser/.tmux.conf: 18: unknown command: down-pane

Have these commands been renamed in the new version? I can t find anything which looks similar in the tmux man pages.

最佳回答
bind-key -n C-] select-pane -t :.-
bind-key -n C-[ select-pane -t :.+
问题回答

暂无回答




相关问题
Keybinding in WPF

I m new to WPF and in an application i m building I d like to show the main menu when the alt key is pressed just like windows explorer in vista and windows 7. I ve tried using a keybinding with just ...

Keybinding move word in JRuby irb on OSX

Similar to this question, except in JRuby (it works in MRI Ruby). Alt-left prints a "b" in my console. Very annoying! To clarify, I ve setup my terminal as described in this article, mapping option-...

Responding to "Back" and "Forward" buttons in WPF

I was planning to add support for the Back and Forward buttons, found on many keyboards, to my WPF app, but I m struggling to get them to work. I ve tried using a standard KeyBinding to BrowserBack ...

Conkeror Keybindings on Mac OSX

Has anyone figured out how to change the keybindings for the meta and control keys for Conkeror on Mac OSX? For example, in Emacs I have my C mapped to the apple command key and my M mapped to the ...

热门标签