diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 2fa5809..3810a7a 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -16,13 +16,13 @@ # -u : Unset the specified option. set -g default-terminal "tmux-256color" # Set default terminal to 256 colors -set -g detach-on-destroy off # don't detach tmux when killing a session -set -g display-time 0 # Hide clock -set -g focus-events on # Focus events enabled for terminals that support them -set -g mouse on # Mouse support -set -g set-titles on # Allow tmux to set the terminal title -set -g status on # Setting status on -set -g status-keys vi # vi keys to move between panes +set -g detach-on-destroy off # don't detach tmux when killing a session +set -g display-time 0 # Hide clock +set -g focus-events on # Focus events enabled for terminals that support them +set -g mouse on # Mouse support +set -g set-titles on # Allow tmux to set the terminal title +set -g status on # Setting status on +set -g status-keys vi # vi keys to move between panes # Activity Monitoring (for when something happens in another pain) set -g monitor-activity on @@ -43,7 +43,6 @@ set -g renumber-windows on # Activate with `DEBUG=1 tmux -vv` if-shell '[ "$DEBUG" = "1" ]' 'set -g debug-file ~/.cache/tmux-debug.log' - # ╭──────────────────────────────────────────────────────────╮ # │ Theme │ # ╰──────────────────────────────────────────────────────────╯ @@ -73,10 +72,10 @@ set -g prefix C-Space bind C-Space send-prefix # Use Alt-arrow keys without prefix key to switch panes -bind -n M-Left select-pane -L +bind -n M-Left select-pane -L bind -n M-Right select-pane -R -bind -n M-Up select-pane -U -bind -n M-Down select-pane -D +bind -n M-Up select-pane -U +bind -n M-Down select-pane -D # Easier switching between window bind C-n next-window @@ -125,7 +124,7 @@ set -g @tmux_window_name_use_tilde "True" # https://github.com/erikw/tmux-dark-notify set -g @dark-notify-theme-path-light "$HOME/.dotfiles/config/tmux/theme-light.conf" -set -g @dark-notify-theme-path-dark "$HOME/.dotfiles/config/tmux/theme-dark.conf" +set -g @dark-notify-theme-path-dark "$HOME/.dotfiles/config/tmux/theme-dark.conf" ## https://github.com/MunifTanjim/tmux-mode-indicator set -g @mode_indicator_copy_mode_style 'bg=default,fg=yellow'