diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-10-13 12:01:20 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-10-13 12:01:20 +0100 |
commit | 6125800876433e5d27d327f36390183bcfc6a1be (patch) | |
tree | ed7269f35e79f39dffa885c58537ee02de495a06 | |
parent | 9ab81e1879837a8b97e67e9856d7c64e9c865077 (diff) | |
parent | 4c8706d39977ca1f12b8980bcc168e0a24a3d0f7 (diff) | |
download | rtmux-6125800876433e5d27d327f36390183bcfc6a1be.tar.gz rtmux-6125800876433e5d27d327f36390183bcfc6a1be.tar.bz2 rtmux-6125800876433e5d27d327f36390183bcfc6a1be.zip |
Merge branch 'obsd-master'
-rw-r--r-- | key-bindings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/key-bindings.c b/key-bindings.c index 63d4bb26..b47f6ff7 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -380,7 +380,7 @@ key_bindings_init(void) "bind -N 'Select the next window' n next-window", "bind -N 'Select the next pane' o select-pane -t:.+", "bind -N 'Customize options' C customize-mode -Z", - "bind -N 'Select the previous pane' p previous-window", + "bind -N 'Select the previous window' p previous-window", "bind -N 'Display pane numbers' q display-panes", "bind -N 'Redraw the current client' r refresh-client", "bind -N 'Choose a session from a list' s choose-tree -Zs", |