chore(tmux): add window names

This commit is contained in:
Stefan Imhoff
2023-01-01 19:01:51 +01:00
parent 40fc095833
commit 5602c69b74

View File

@@ -90,10 +90,10 @@ bind-key & kill-window
bind-key x kill-pane
# Lazygit
bind G new-window -c "#{pane_current_path}" -n "" lazygit
bind G new-window -c "#{pane_current_path}" -n " Git" lazygit
# Lazydocker
bind D new-window -c "#{pane_current_path}" -n "" lazydocker
bind D new-window -c "#{pane_current_path}" -n " Docker" lazydocker
# LF Terminal File Manager
bind O new-window -c "#{pane_current_path}" -n "" lf