mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-10 22:51:53 +00:00
chore(tmux): tweak theme config
This commit is contained in:
@@ -83,31 +83,18 @@ set -g @catppuccin_flavour 'mocha' # latte/frappe/macchiato/mocha
|
|||||||
set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs
|
set -g @catppuccin_window_tabs_enabled on # or off to disable window_tabs
|
||||||
set -g @catppuccin_window_status_enable "yes"
|
set -g @catppuccin_window_status_enable "yes"
|
||||||
|
|
||||||
set -g @catppuccin_window_left_separator ""
|
set -g @catppuccin_window_right_separator "█ "
|
||||||
set -g @catppuccin_window_right_separator " "
|
|
||||||
set -g @catppuccin_window_middle_separator " █"
|
|
||||||
set -g @catppuccin_window_number_position "right"
|
set -g @catppuccin_window_number_position "right"
|
||||||
|
set -g @catppuccin_window_middle_separator " | "
|
||||||
set -g @catppuccin_window_default_fill "number"
|
set -g @catppuccin_window_default_fill "none"
|
||||||
set -g @catppuccin_window_default_text "#W"
|
set -g @catppuccin_window_current_fill "all"
|
||||||
|
|
||||||
set -g @catppuccin_window_current_fill "number"
|
|
||||||
set -g @catppuccin_window_current_text "#W"
|
|
||||||
|
|
||||||
set -g @catppuccin_status_modules "application session date_time"
|
set -g @catppuccin_status_modules "application session date_time"
|
||||||
|
set -g @catppuccin_status_left_separator "█"
|
||||||
|
set -g @catppuccin_status_right_separator "█"
|
||||||
set -g @catppuccin_date_time_text "%Y-%m-%d %H:%M"
|
set -g @catppuccin_date_time_text "%Y-%m-%d %H:%M"
|
||||||
|
|
||||||
set -g @catppuccin_status_left_separator " "
|
|
||||||
set -g @catppuccin_status_right_separator ""
|
|
||||||
set -g @catppuccin_status_right_separator_inverse "no"
|
|
||||||
set -g @catppuccin_status_fill "icon"
|
|
||||||
set -g @catppuccin_status_connect_separator "no"
|
|
||||||
set -g @catppuccin_directory_text "#{pane_current_path}"
|
|
||||||
|
|
||||||
|
|
||||||
## https://github.com/MunifTanjim/tmux-mode-indicator
|
## https://github.com/MunifTanjim/tmux-mode-indicator
|
||||||
set -g status-right '%Y-%m-%d %H:%M #{tmux_mode_indicator}'
|
set -g status-right '%Y-%m-%d %H:%M #{tmux_mode_indicator}'
|
||||||
|
|
||||||
set -g @mode_indicator_prefix_prompt ' WAIT '
|
set -g @mode_indicator_prefix_prompt ' WAIT '
|
||||||
set -g @mode_indicator_copy_prompt ' COPY '
|
set -g @mode_indicator_copy_prompt ' COPY '
|
||||||
set -g @mode_indicator_sync_prompt ' SYNC '
|
set -g @mode_indicator_sync_prompt ' SYNC '
|
||||||
@@ -143,11 +130,11 @@ set -g @tnotify-verbose 'on'
|
|||||||
|
|
||||||
# set vi-mode
|
# set vi-mode
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
|
|
||||||
# keybindings
|
# keybindings
|
||||||
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
bind-key -T copy-mode-vi v send-keys -X begin-selection
|
||||||
bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle
|
bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle
|
||||||
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
|
||||||
|
|
||||||
bind '"' split-window -v -c "#{pane_current_path}"
|
bind '"' split-window -v -c "#{pane_current_path}"
|
||||||
bind '!' split-window -h -c "#{pane_current_path}"
|
bind '!' split-window -h -c "#{pane_current_path}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user