[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.73 and 1.74

version 1.73, 2017/02/06 15:00:41 version 1.74, 2017/04/05 12:14:18
Line 260 
Line 260 
                 "bind -Tcopy-mode n send -X search-again",                  "bind -Tcopy-mode n send -X search-again",
                 "bind -Tcopy-mode q send -X cancel",                  "bind -Tcopy-mode q send -X cancel",
                 "bind -Tcopy-mode t command-prompt -1p'jump to forward' 'send -X jump-to-forward \"%%%\"'",                  "bind -Tcopy-mode t command-prompt -1p'jump to forward' 'send -X jump-to-forward \"%%%\"'",
                   "bind -Tcopy-mode Home send -X start-of-line",
                   "bind -Tcopy-mode End send -X end-of-line",
                 "bind -Tcopy-mode MouseDown1Pane select-pane",                  "bind -Tcopy-mode MouseDown1Pane select-pane",
                 "bind -Tcopy-mode MouseDrag1Pane select-pane\\; send -X begin-selection",                  "bind -Tcopy-mode MouseDrag1Pane select-pane\\; send -X begin-selection",
                 "bind -Tcopy-mode MouseDragEnd1Pane send -X copy-selection-and-cancel",                  "bind -Tcopy-mode MouseDragEnd1Pane send -X copy-selection-and-cancel",

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74