mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 10:08:47 +00:00
No more up-pane/down-pane.
This commit is contained in:
parent
5576fe42b2
commit
5be8175b0b
@ -1,4 +1,4 @@
|
||||
# $Id: screen-keys.conf,v 1.6 2010-02-02 21:34:16 nicm Exp $
|
||||
# $Id: screen-keys.conf,v 1.7 2010-07-31 11:39:13 nicm Exp $
|
||||
#
|
||||
# By Nicholas Marriott. Public domain.
|
||||
#
|
||||
@ -93,9 +93,9 @@ bind | split-window
|
||||
|
||||
# :kB: focus up
|
||||
unbind Tab
|
||||
bind Tab down-pane
|
||||
bind Tab select-pane -t:.+
|
||||
unbind BTab
|
||||
bind BTab up-pane
|
||||
bind BTab select-pane -t:.-
|
||||
|
||||
# " windowlist -b
|
||||
unbind '"'
|
||||
|
Loading…
Reference in New Issue
Block a user