=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/key-bindings.c,v retrieving revision 1.128 retrieving revision 1.129 diff -c -r1.128 -r1.129 *** src/usr.bin/tmux/key-bindings.c 2020/05/20 07:11:45 1.128 --- src/usr.bin/tmux/key-bindings.c 2020/06/03 16:35:40 1.129 *************** *** 1,4 **** ! /* $OpenBSD: key-bindings.c,v 1.128 2020/05/20 07:11:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: key-bindings.c,v 1.129 2020/06/03 16:35:40 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 311,317 **** "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 '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 -- '%%'\"", --- 311,317 ---- "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 -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 -- '%%'\"",