[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.123 and 1.124

version 1.123, 2020/04/17 08:03:22 version 1.124, 2020/05/16 15:16:36
Line 243 
Line 243 
                 "bind -N 'Rename current session' '$' command-prompt -I'#S' \"rename-session -- '%%'\"",                  "bind -N 'Rename current session' '$' command-prompt -I'#S' \"rename-session -- '%%'\"",
                 "bind -N 'Split window horizontally' % split-window -h",                  "bind -N 'Split window horizontally' % split-window -h",
                 "bind -N 'Kill current window' & confirm-before -p\"kill-window #W? (y/n)\" kill-window",                  "bind -N 'Kill current window' & confirm-before -p\"kill-window #W? (y/n)\" kill-window",
                 "bind -N 'Prompt for window index to select' \"'\" command-prompt -pindex \"select-window -t ':%%'\"",                  "bind -N 'Prompt for window index to select' \"'\" command-prompt -Wpindex \"select-window -t ':%%'\"",
                 "bind -N 'Switch to previous client' ( switch-client -p",                  "bind -N 'Switch to previous client' ( switch-client -p",
                 "bind -N 'Switch to next client' ) switch-client -n",                  "bind -N 'Switch to next client' ) switch-client -n",
                 "bind -N 'Rename current window' , command-prompt -I'#W' \"rename-window -- '%%'\"",                  "bind -N 'Rename current window' , command-prompt -I'#W' \"rename-window -- '%%'\"",
                 "bind -N 'Delete the most recent paste buffer' - delete-buffer",                  "bind -N 'Delete the most recent paste buffer' - delete-buffer",
                 "bind -N 'Move the current window' . command-prompt \"move-window -t '%%'\"",                  "bind -N 'Move the current window' . command-prompt -T \"move-window -t '%%'\"",
                 "bind -N 'Describe key binding' '/' command-prompt -kpkey 'list-keys -1N \"%%%\"'",                  "bind -N 'Describe key binding' '/' command-prompt -kpkey 'list-keys -1N \"%%%\"'",
                 "bind -N 'Select window 0' 0 select-window -t:=0",                  "bind -N 'Select window 0' 0 select-window -t:=0",
                 "bind -N 'Select window 1' 1 select-window -t:=1",                  "bind -N 'Select window 1' 1 select-window -t:=1",

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124