2021-12-08 09:38:24 -06:00
|
|
|
set -g status-keys vi
|
|
|
|
setw -g mode-keys vi
|
|
|
|
|
|
|
|
set -g prefix C-a
|
|
|
|
unbind C-b
|
|
|
|
bind C-a send-prefix
|
|
|
|
|
|
|
|
# smart pane switching with awareness of vim splits
|
|
|
|
bind h select-pane -L
|
|
|
|
bind j select-pane -D
|
|
|
|
bind k select-pane -U
|
|
|
|
bind l select-pane -R
|
|
|
|
|
|
|
|
# split panes using | and -
|
|
|
|
bind | split-window -h -c "#{pane_current_path}"
|
|
|
|
bind - split-window -v -c "#{pane_current_path}"
|
|
|
|
unbind '"'
|
|
|
|
unbind %
|
|
|
|
|
|
|
|
# Set default term to xterm
|
2022-01-20 17:26:35 -06:00
|
|
|
set -g default-terminal "xterm-256color"
|
|
|
|
set-option -ga terminal-overrides ",xterm-256color:Tc"
|
2022-12-10 12:18:01 -06:00
|
|
|
|
|
|
|
|
2022-12-19 11:50:16 -06:00
|
|
|
# --------catppuccin mocha
|
2022-12-10 12:18:01 -06:00
|
|
|
# --> Catppuccin (Mocha)
|
|
|
|
thm_bg="#1e1e2e"
|
|
|
|
thm_fg="#cdd6f4"
|
|
|
|
thm_cyan="#89dceb"
|
|
|
|
thm_black="#181825"
|
|
|
|
thm_gray="#313244"
|
|
|
|
thm_magenta="#cba6f7"
|
|
|
|
thm_pink="#f5c2e7"
|
|
|
|
thm_red="#f38ba8"
|
|
|
|
thm_green="#a6e3a1"
|
|
|
|
thm_yellow="#f9e2af"
|
|
|
|
thm_blue="#89b4fa"
|
|
|
|
thm_orange="#fab387"
|
|
|
|
thm_black4="#585b70"
|
|
|
|
|
|
|
|
# status
|
|
|
|
set -g status "on"
|
|
|
|
set -g status-bg "${thm_bg}"
|
|
|
|
set -g status-justify "left"
|
|
|
|
set -g status-left-length "100"
|
|
|
|
set -g status-right-length "100"
|
|
|
|
|
2022-12-19 11:50:16 -06:00
|
|
|
# messages
|
2022-12-10 12:18:01 -06:00
|
|
|
set -g message-style "fg=${thm_cyan},bg=${thm_gray},align=centre"
|
|
|
|
set -g message-command-style "fg=${thm_cyan},bg=${thm_gray},align=centre"
|
2022-12-19 11:50:16 -06:00
|
|
|
|
|
|
|
# panes
|
2022-12-10 12:18:01 -06:00
|
|
|
set -g pane-border-style "fg=${thm_gray}"
|
|
|
|
set -g pane-active-border-style "fg=${thm_blue}"
|
2022-12-19 11:50:16 -06:00
|
|
|
|
|
|
|
# windows
|
2022-12-10 12:18:01 -06:00
|
|
|
setw -g window-status-activity-style "fg=${thm_fg},bg=${thm_bg},none"
|
|
|
|
setw -g window-status-separator ""
|
|
|
|
setw -g window-status-style "fg=${thm_fg},bg=${thm_bg},none"
|
2022-12-19 11:50:16 -06:00
|
|
|
|
|
|
|
# --------=== Statusline
|
2022-12-10 12:18:01 -06:00
|
|
|
#
|
2022-12-19 11:50:16 -06:00
|
|
|
set -g status-style "fg=${thm_cyan}"
|
|
|
|
# set -g status-left ""
|
|
|
|
# set -g status-right "#[fg=$thm_pink,bg=$thm_bg,nobold,nounderscore,noitalics]#[fg=$thm_bg,bg=$thm_pink,nobold,nounderscore,noitalics] #[fg=$thm_fg,bg=$thm_gray] #W #{?client_prefix,#[fg=$thm_red],#[fg=$thm_green]}#[bg=$thm_gray]#{?client_prefix,#[bg=$thm_red],#[bg=$thm_green]}#[fg=$thm_bg] #[fg=$thm_fg,bg=$thm_gray] #S
|
|
|
|
# #
|
2022-12-10 12:18:01 -06:00
|
|
|
# # current_dir
|
2022-12-19 11:50:16 -06:00
|
|
|
# # setw -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_fg,bg=$thm_gray] #{b:pane_current_path} "
|
|
|
|
# # setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_fg,bg=$thm_bg] #{b:pane_current_path} "
|
|
|
|
# #
|
|
|
|
# # # parent_dir/current_dir
|
|
|
|
# setw -g window-status-format "#[fg=$thm_bg,bg=$thm_blue] #I #[fg=$thm_fg,bg=$thm_gray] #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev) "
|
|
|
|
# setw -g window-status-current-format "#[fg=$thm_bg,bg=$thm_orange] #I #[fg=$thm_fg,bg=$thm_bg] #(echo '#{pane_current_path}' | rev | cut -d'/' -f-2 | rev) "
|
|
|
|
|
|
|
|
# --------=== Modes
|
2022-12-10 12:18:01 -06:00
|
|
|
setw -g clock-mode-colour "${thm_blue}"
|
|
|
|
setw -g mode-style "fg=${thm_pink} bg=${thm_black4} bold"
|