[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.90 and 1.91

version 1.90, 2019/05/09 13:12:59 version 1.91, 2019/05/10 18:04:06
Line 271 
Line 271 
                 "bind -r C-Down resize-pane -D",                  "bind -r C-Down resize-pane -D",
                 "bind -r C-Left resize-pane -L",                  "bind -r C-Left resize-pane -L",
                 "bind -r C-Right resize-pane -R",                  "bind -r C-Right resize-pane -R",
   
                 "bind -n MouseDown1Pane select-pane -t=\\; send-keys -M",                  "bind -n MouseDown1Pane select-pane -t=\\; send-keys -M",
                 "bind -n MouseDrag1Border resize-pane -M",                  "bind -n MouseDrag1Border resize-pane -M",
                 "bind -n MouseDown1Status select-window -t=",                  "bind -n MouseDown1Status select-window -t=",
Line 279 
Line 280 
                 "bind -n MouseDrag1Pane if -Ft= '#{mouse_any_flag}' 'if -Ft= \"#{pane_in_mode}\" \"copy-mode -M\" \"send-keys -M\"' 'copy-mode -M'",                  "bind -n MouseDrag1Pane if -Ft= '#{mouse_any_flag}' 'if -Ft= \"#{pane_in_mode}\" \"copy-mode -M\" \"send-keys -M\"' 'copy-mode -M'",
                 "bind -n MouseDown3Pane if-shell -Ft= '#{mouse_any_flag}' 'select-pane -t=; send-keys -M' 'select-pane -mt='",                  "bind -n MouseDown3Pane if-shell -Ft= '#{mouse_any_flag}' 'select-pane -t=; send-keys -M' 'select-pane -mt='",
                 "bind -n WheelUpPane if-shell -Ft= '#{mouse_any_flag}' 'send-keys -M' 'if -Ft= \"#{pane_in_mode}\" \"send-keys -M\" \"copy-mode -et=\"'",                  "bind -n WheelUpPane if-shell -Ft= '#{mouse_any_flag}' 'send-keys -M' 'if -Ft= \"#{pane_in_mode}\" \"send-keys -M\" \"copy-mode -et=\"'",
                   "bind -n MouseDown3StatusRight display-menu -t= -xM -yS -F -M \"#{client_menu}\" -T \"#[align=centre]#{client_name}\"",
                   "bind -n MouseDown3StatusLeft display-menu -t= -xM -yS -F -M \"#{session_menu}\" -T \"#[align=centre]#{session_name}\"",
                   "bind -n MouseDown3Status display-menu -t= -xW -yS -F -M \"#{window_menu}\" -T \"#[align=centre]#{window_index}:#{window_name}\"",
                   "bind -n M-MouseDown3Pane display-menu -t= -xM -yM -F -M \"#{pane_menu}\" -T \"#[align=centre]#{pane_index} (#{pane_id})\"",
   
                 "bind -Tcopy-mode C-Space send -X begin-selection",                  "bind -Tcopy-mode C-Space send -X begin-selection",
                 "bind -Tcopy-mode C-a send -X start-of-line",                  "bind -Tcopy-mode C-a send -X start-of-line",

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91