[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.84 and 1.85

version 1.84, 2017/11/15 19:59:27 version 1.85, 2018/02/28 08:55:44
Line 183 
Line 183 
                 "bind 9 select-window -t:=9",                  "bind 9 select-window -t:=9",
                 "bind : command-prompt",                  "bind : command-prompt",
                 "bind \\; last-pane",                  "bind \\; last-pane",
                 "bind = choose-buffer",                  "bind = choose-buffer -Z",
                 "bind ? list-keys",                  "bind ? list-keys",
                 "bind D choose-client",                  "bind D choose-client -Z",
                 "bind E select-layout -E",                  "bind E select-layout -E",
                 "bind L switch-client -l",                  "bind L switch-client -l",
                 "bind M select-pane -M",                  "bind M select-pane -M",
Line 202 
Line 202 
                 "bind p previous-window",                  "bind p previous-window",
                 "bind q display-panes",                  "bind q display-panes",
                 "bind r refresh-client",                  "bind r refresh-client",
                 "bind s choose-tree -s",                  "bind s choose-tree -Zs",
                 "bind t clock-mode",                  "bind t clock-mode",
                 "bind w choose-tree -w",                  "bind w choose-tree -Zw",
                 "bind x confirm-before -p\"kill-pane #P? (y/n)\" kill-pane",                  "bind x confirm-before -p\"kill-pane #P? (y/n)\" kill-pane",
                 "bind z resize-pane -Z",                  "bind z resize-pane -Z",
                 "bind { swap-pane -U",                  "bind { swap-pane -U",

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85