diff options
author | nicm <nicm> | 2019-05-26 18:43:43 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-26 18:43:43 +0000 |
commit | 097973e3d50c831c020fb0b689c3a2d66ba83b7c (patch) | |
tree | 4f4c192b8b4b0721dac528d51b25e0e1120eefca | |
parent | 5fef946df457156aaa4d8134312ed4967978fc76 (diff) | |
download | rtmux-097973e3d50c831c020fb0b689c3a2d66ba83b7c.tar.gz rtmux-097973e3d50c831c020fb0b689c3a2d66ba83b7c.tar.bz2 rtmux-097973e3d50c831c020fb0b689c3a2d66ba83b7c.zip |
Add keys for new menu items.
-rw-r--r-- | format.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,8 +84,8 @@ static void format_defaults_winlink(struct format_tree *, struct winlink *); "New After,w,new-window -a|" \ "New At End,W,new-window" #define DEFAULT_PANE_MENU \ - "#{?mouse_word,Search For #[underscore]#{=/9/...:mouse_word},},,copy-mode -t=; send -Xt= search-backward \"#{q:mouse_word}\"|" \ - "#{?mouse_word,Type #[underscore]#{=/9/...:mouse_word},},,send-keys -l \"#{q:mouse_word}\"|" \ + "#{?mouse_word,Search For #[underscore]#{=/9/...:mouse_word},},C-r,copy-mode -t=; send -Xt= search-backward \"#{q:mouse_word}\"|" \ + "#{?mouse_word,Type #[underscore]#{=/9/...:mouse_word},},C-y,send-keys -l \"#{q:mouse_word}\"|" \ "|" \ "#{?mouse_word,Copy #[underscore]#{=/9/...:mouse_word},},c,set-buffer \"#{q:mouse_word}\"|" \ "#{?mouse_line,Copy Line,},l,set-buffer \"#{q:mouse_line}\"|" \ |