[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.142 and 1.143

version 1.142, 2022/02/03 07:26:43 version 1.143, 2022/07/06 07:36:36
Line 54 
Line 54 
         " '#{?mouse_word,Copy #[underscore]#{=/9/...:mouse_word},}' 'c' {copy-mode -q; set-buffer -- \"#{q:mouse_word}\"}" \          " '#{?mouse_word,Copy #[underscore]#{=/9/...:mouse_word},}' 'c' {copy-mode -q; set-buffer -- \"#{q:mouse_word}\"}" \
         " '#{?mouse_line,Copy Line,}' 'l' {copy-mode -q; set-buffer -- \"#{q:mouse_line}\"}" \          " '#{?mouse_line,Copy Line,}' 'l' {copy-mode -q; set-buffer -- \"#{q:mouse_line}\"}" \
         " ''" \          " ''" \
           " '#{?mouse_hyperlink,Type #[underscore]#{=/9/...:mouse_hyperlink},}' 'C-h' {copy-mode -q; send-keys -l -- \"#{q:mouse_hyperlink}\"}" \
           " '#{?mouse_hyperlink,Copy #[underscore]#{=/9/...:mouse_hyperlink},}' 'h' {copy-mode -q; set-buffer -- \"#{q:mouse_hyperlink}\"}" \
           " ''" \
         " 'Horizontal Split' 'h' {split-window -h}" \          " 'Horizontal Split' 'h' {split-window -h}" \
         " 'Vertical Split' 'v' {split-window -v}" \          " 'Vertical Split' 'v' {split-window -v}" \
         " ''" \          " ''" \

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143