summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/key-bindings.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2020-06-03 16:35:40 +0000
committernicm <nicm@openbsd.org>2020-06-03 16:35:40 +0000
commitdcb86eeeda1c4f8f122f2cdd88d55b79a55a2986 (patch)
tree7c2b0368c132660d39a22879b24d1e78d6a9854b /usr.bin/tmux/key-bindings.c
parentProperly document PKCS7_final(3), which was already mentioned (diff)
downloadwireguard-openbsd-dcb86eeeda1c4f8f122f2cdd88d55b79a55a2986.tar.xz
wireguard-openbsd-dcb86eeeda1c4f8f122f2cdd88d55b79a55a2986.zip
Make paste -p the default for ], GitHub issue 2248.
Diffstat (limited to 'usr.bin/tmux/key-bindings.c')
-rw-r--r--usr.bin/tmux/key-bindings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/key-bindings.c b/usr.bin/tmux/key-bindings.c
index 1c2cc0b2eb6..29a37c679a4 100644
--- a/usr.bin/tmux/key-bindings.c
+++ b/usr.bin/tmux/key-bindings.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: key-bindings.c,v 1.128 2020/05/20 07:11:45 nicm Exp $ */
+/* $OpenBSD: key-bindings.c,v 1.129 2020/06/03 16:35:40 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -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 -- '%%'\"",