[BACK]Return to key-bindings.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/key-bindings.c between version 1.146 and 1.147

version 1.146, 2022/08/23 08:14:19 version 1.147, 2023/02/02 09:06:44
Line 377 
Line 377 
                 "bind -N 'Move to the previously active pane' \\; { last-pane }",                  "bind -N 'Move to the previously active pane' \\; { last-pane }",
                 "bind -N 'Choose a paste buffer from a list' = { choose-buffer -Z }",                  "bind -N 'Choose a paste buffer from a list' = { choose-buffer -Z }",
                 "bind -N 'List key bindings' ? { list-keys -N }",                  "bind -N 'List key bindings' ? { list-keys -N }",
                 "bind -N 'Choose a client from a list' D { choose-client -Z }",                  "bind -N 'Choose and detach a client from a list' D { choose-client -Z }",
                 "bind -N 'Spread panes out evenly' E { select-layout -E }",                  "bind -N 'Spread panes out evenly' E { select-layout -E }",
                 "bind -N 'Switch to the last client' L { switch-client -l }",                  "bind -N 'Switch to the last client' L { switch-client -l }",
                 "bind -N 'Clear the marked pane' M { select-pane -M }",                  "bind -N 'Clear the marked pane' M { select-pane -M }",

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147