tmux aliases
This commit is contained in:
parent
9a9a1a116a
commit
d1ae00cd22
2 changed files with 13 additions and 1 deletions
|
@ -42,6 +42,9 @@ bind-key b set-option status
|
|||
|
||||
bind v split-window -v -c "#{pane_current_path}"
|
||||
bind h split-window -h -c "#{pane_current_path}"
|
||||
bind C-x kill-session
|
||||
bind S command-prompt -p "rename session:" "rename-session '%%'"
|
||||
bind W command-prompt -p "rename window:" "rename-window '%%'"
|
||||
|
||||
# Joining and sending
|
||||
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue