diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-06-03 18:01:17 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-06-03 18:01:17 +0100 |
commit | f837dcdd58706d936308afd2617b7cecbfa1d264 (patch) | |
tree | 2202bcddac2e249bac8ef82b43dbc0ed8c34f445 | |
parent | 62c0617d791c68132328e77a683897a5a42a4044 (diff) | |
parent | 3f6af4156f451cfbee867babe74cc6675eb3f947 (diff) | |
download | rtmux-f837dcdd58706d936308afd2617b7cecbfa1d264.tar.gz rtmux-f837dcdd58706d936308afd2617b7cecbfa1d264.tar.bz2 rtmux-f837dcdd58706d936308afd2617b7cecbfa1d264.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 a518fbd8..9e198123 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -311,7 +311,7 @@ key_bindings_init(void) "bind -N 'Switch to the last client' L switch-client -l", "bind -N 'Clear the marked pane' M select-pane -M", "bind -N 'Enter copy mode' [ copy-mode", - "bind -N 'Paste the most recent paste buffer' ] paste-buffer", + "bind -N 'Paste the most recent paste buffer' ] paste-buffer -p", "bind -N 'Create a new window' c new-window", "bind -N 'Detach the current client' d detach-client", "bind -N 'Search for a pane' f command-prompt \"find-window -Z -- '%%'\"", |