This commit is contained in:
Ted Kulp
2025-09-15 16:28:02 -04:00
parent 4f4beb110d
commit f63ba5be2e
3 changed files with 123 additions and 2 deletions
+6 -1
View File
@@ -39,6 +39,8 @@ set -g @catppuccin_flavour 'mocha'
set -g @catppuccin_status_modules_right "battery application session date_time"
set -g @catppuccin_status_left_separator "█"
set -g @catppuccin_status_right_separator "█"
set -g @catppuccin_window_text " #(basename #{pane_current_path})"
set -g @catppuccin_window_current_text " #(basename #{pane_current_path})"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
@@ -60,6 +62,10 @@ run '/opt/homebrew/opt/tpm/share/tpm/tpm'
run '~/.tmux/plugins/tpm/tpm'
{% endif %}
set -g status-right-length 100
set -g status-left-length 100
set -g status-left ""
# set vi-mode
set-window-option -g status-keys vi
set-window-option -g mode-keys vi
@@ -69,4 +75,3 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
# Use F12 for pane sync
bind-key e set-window-option synchronize-panes\; display-message "synchronize-panes is now #{?pane_synchronized,on,off}"