Skip to content

Commit

Permalink
carlogtt updates
Browse files Browse the repository at this point in the history
  • Loading branch information
carlogtt committed Jan 18, 2025
1 parent 8130ba1 commit c4a9399
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,21 +38,9 @@ if-shell '[ -z "${SSH_TTY}" ]' {
set-option -g prefix C-a
}

# Remap prefix from 'C-B' to 'C-D' ONLY if in a remote host
# NOT a good idea as C-d is used to detach the session
# if-shell '[ -n "${SSH_TTY}" ]' {
# unbind-key C-b
# bind-key C-d send-prefix
# set-option -g prefix C-d
# }

# Kill session
bind-key Q confirm-before -p "kill-session #S? (y/n)" kill-session

# Pass on Ctrl+Tab and Ctrl+Shift+Tab
# bind-key -n C-Tab send-keys Escape [27\;5\;9~
# bind-key -n C-S-Tab send-keys Escape [27\;6\;9~


# ------
# Window
Expand Down Expand Up @@ -128,7 +116,7 @@ set-option -g renumber-windows on
# -----------------------
# Status Bar Color Schema
# -----------------------
# ALL disabled as using catppuccin
# ALL disabled as using catppuccin at the bottom of this file

# Set status bar color schema
# set-option -g status-style 'bg=default'
Expand Down Expand Up @@ -197,12 +185,12 @@ set-option -g @catppuccin_window_right_separator ""
set-option -g @catppuccin_window_number_position "left"
set-option -g @catppuccin_window_flags "text"

set-option -g @catppuccin_window_text "#[bg=default] #{?#{!=:#{window_name},},#W,} "
set-option -g @catppuccin_window_text "#[bg=default] #{?#{!=:#{window_name},},#{window_name},} "
set-option -g @catppuccin_window_number "#I"
set-option -g @catppuccin_window_text_color "#{@thm_surface_0}"
set-option -g @catppuccin_window_number_color "#{@thm_overlay_2}"

set-option -g @catppuccin_window_current_text "#[bg=default] #{?#{!=:#{window_name},},#W,} "
set-option -g @catppuccin_window_current_text "#[bg=default] #{?#{!=:#{window_name},},#{window_name},} "
set-option -g @catppuccin_window_current_number "#I"
set-option -g @catppuccin_window_current_text_color "#{@thm_surface_1}"
set-option -g @catppuccin_window_current_number_color "#{@thm_mauve}"
Expand Down

0 comments on commit c4a9399

Please sign in to comment.