mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 18:38:48 +00:00
Fix a typo in previous (, -> :).
This commit is contained in:
parent
6dcca5fda4
commit
d62fd78655
4
format.c
4
format.c
@ -71,8 +71,8 @@ static void format_defaults_winlink(struct format_tree *, struct winlink *);
|
||||
"New Session,s,new-session|" \
|
||||
"New Window,w,new-window"
|
||||
#define DEFAULT_WINDOW_MENU \
|
||||
"Swap Left,l,swap-window -t,-1|" \
|
||||
"Swap Right,r,swap-window -t,+1|" \
|
||||
"Swap Left,l,swap-window -t:-1|" \
|
||||
"Swap Right,r,swap-window -t:+1|" \
|
||||
"#{?pane_marked_set,,#[dim]}Swap Marked,s,swap-window|" \
|
||||
"|" \
|
||||
"Kill,X,kill-window|" \
|
||||
|
Loading…
Reference in New Issue
Block a user