[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.48 and 1.49

version 1.48, 2015/05/07 11:42:56 version 1.49, 2015/06/04 11:43:51
Line 177 
Line 177 
                 "bind ? list-keys",                  "bind ? list-keys",
                 "bind D choose-client",                  "bind D choose-client",
                 "bind L switch-client -l",                  "bind L switch-client -l",
                   "bind M select-pane -M",
                 "bind [ copy-mode",                  "bind [ copy-mode",
                 "bind ] paste-buffer",                  "bind ] paste-buffer",
                 "bind c new-window",                  "bind c new-window",
Line 184 
Line 185 
                 "bind f command-prompt \"find-window '%%'\"",                  "bind f command-prompt \"find-window '%%'\"",
                 "bind i display-message",                  "bind i display-message",
                 "bind l last-window",                  "bind l last-window",
                   "bind m select-pane -m",
                 "bind n next-window",                  "bind n next-window",
                 "bind o select-pane -t:.+",                  "bind o select-pane -t:.+",
                 "bind p previous-window",                  "bind p previous-window",
Line 222 
Line 224 
                 "bind -n MouseDrag1Border resize-pane -M",                  "bind -n MouseDrag1Border resize-pane -M",
                 "bind -n MouseDown1Status select-window -t=",                  "bind -n MouseDown1Status select-window -t=",
                 "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 select-pane -mt=",
         };          };
         u_int            i;          u_int            i;
         struct cmd_list *cmdlist;          struct cmd_list *cmdlist;

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49