Go less crazy with horizontal separators on default menus.

This commit is contained in:
nicm
2019-05-27 15:29:46 +00:00
parent ae3eba6e08
commit 94f6488f0e

View File

@ -77,7 +77,6 @@ static void format_defaults_winlink(struct format_tree *, struct winlink *);
"|" \ "|" \
"Kill,X,kill-window|" \ "Kill,X,kill-window|" \
"Respawn,R,respawn-window -k|" \ "Respawn,R,respawn-window -k|" \
"|" \
"#{?pane_marked,Unmark,Mark},m,select-pane -m|" \ "#{?pane_marked,Unmark,Mark},m,select-pane -m|" \
"Rename,n,command-prompt -I \"#W\" \"rename-window -- '%%'\"|" \ "Rename,n,command-prompt -I \"#W\" \"rename-window -- '%%'\"|" \
"|" \ "|" \
@ -86,7 +85,6 @@ static void format_defaults_winlink(struct format_tree *, struct winlink *);
#define DEFAULT_PANE_MENU \ #define DEFAULT_PANE_MENU \
"#{?mouse_word,Search For #[underscore]#{=/9/...:mouse_word},},C-r,copy-mode -t=; send -Xt= search-backward \"#{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,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_word,Copy #[underscore]#{=/9/...:mouse_word},},c,set-buffer \"#{q:mouse_word}\"|" \
"#{?mouse_line,Copy Line,},l,set-buffer \"#{q:mouse_line}\"|" \ "#{?mouse_line,Copy Line,},l,set-buffer \"#{q:mouse_line}\"|" \
"|" \ "|" \
@ -99,7 +97,6 @@ static void format_defaults_winlink(struct format_tree *, struct winlink *);
"|" \ "|" \
"Kill,X,kill-pane|" \ "Kill,X,kill-pane|" \
"Respawn,R,respawn-pane -k|" \ "Respawn,R,respawn-pane -k|" \
"|" \
"#{?pane_marked,Unmark,Mark},m,select-pane -m|" \ "#{?pane_marked,Unmark,Mark},m,select-pane -m|" \
"#{?window_zoomed_flag,Unzoom,Zoom},z,resize-pane -Z" "#{?window_zoomed_flag,Unzoom,Zoom},z,resize-pane -Z"