mirror of
https://github.com/tedkulp/dotfiles
synced 2026-04-19 22:04:38 -04:00
changes
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user