tmux aliases

This commit is contained in:
Daniel Fichtinger 2024-11-04 12:31:49 -05:00
parent 9a9a1a116a
commit d1ae00cd22
2 changed files with 13 additions and 1 deletions

View file

@ -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 '%%'"