[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.87 and 1.88

version 1.87, 2018/08/20 15:00:42 version 1.88, 2018/10/18 08:38:01
Line 258 
Line 258 
                 "bind M-n next-window -a",                  "bind M-n next-window -a",
                 "bind M-o rotate-window -D",                  "bind M-o rotate-window -D",
                 "bind M-p previous-window -a",                  "bind M-p previous-window -a",
                   "bind -r S-Up refresh-client -U 10",
                   "bind -r S-Down refresh-client -D 10",
                   "bind -r S-Left refresh-client -L 10",
                   "bind -r S-Right refresh-client -R 10",
                   "bind -r DC refresh-client -c",
                 "bind -r M-Up resize-pane -U 5",                  "bind -r M-Up resize-pane -U 5",
                 "bind -r M-Down resize-pane -D 5",                  "bind -r M-Down resize-pane -D 5",
                 "bind -r M-Left resize-pane -L 5",                  "bind -r M-Left resize-pane -L 5",

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88