Change window creation shortcut in tmux
This commit is contained in:
parent
2c3c58d1fe
commit
e5c42215e1
@ -70,7 +70,7 @@ unbind m
|
|||||||
unbind M
|
unbind M
|
||||||
|
|
||||||
# Create window and prompt for name
|
# Create window and prompt for name
|
||||||
bind-key C command-prompt -p "Name of new window: " "new-window -n '%%'"
|
bind-key W command-prompt -p "Name of new window: " "new-window -n '%%'"
|
||||||
|
|
||||||
bind-key S command-prompt -p "Name of new session: " "new-session -s '%%'"
|
bind-key S command-prompt -p "Name of new session: " "new-session -s '%%'"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user