diff options
Diffstat (limited to 'ar/.config/tmux/tmux.conf')
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index f2220a6..d798048 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -10,6 +10,8 @@ if 'test ! -d "${TMUX_PLUGIN_MANAGER_PATH}/tpm"' { ### --- Settings --- ### # general +set -as terminal-features 'st*:extkeys' +set -as terminal-features 'tmux*:extkeys' set -as terminal-features 'xterm*:extkeys' set -g base-index 1 set -g pane-base-index 1 @@ -32,10 +34,14 @@ set -g monitor-activity on set -g visual-activity off # color -set -g default-terminal "xterm-256color" +set -g default-terminal "tmux-256color" # set -g default-terminal 'screen-256color' set -ga terminal-overrides ',xterm-256color:Tc' +set -ga terminal-overrides ',st-256color:Tc' +set -ga terminal-overrides ',tmux-256color:Tc' set -sa terminal-features ',xterm-256color:RGB' +set -sa terminal-features ',st-256color:RGB' +set -sa terminal-features ',tmux-256color:RGB' # status set -g status-interval 1 @@ -179,6 +185,10 @@ set -g @fingers-pattern-1 'git rebase --(abort|continue)' set -g @fingers-pattern-2 "(\\+[0-9]{1,3}\\)?)?\\s?(\\s[0-9]{2,3}\\s[0-9]{3,4}\\s[0-9]{4}|\\-?[0-9]{2,3}\\-[0-9]{3,4}\\-[0-9]{4})" set -g @fingers-main-action ":open:" set -g @fingers-ctrl-action "xargs -I {} tmux run-shell 'cd #{pane_current_path}; ton {}'" +set -g @fingers-hint-style "fg=red,bold" +set -g @fingers-highlight-style "fg=yellow,bold,reverse" +set -g @fingers-selected-hint-style "fg=green,bold" +set -g @fingers-selected-highlight-style "fg=blue,bold,reverse" # navigation set -g @tmux-nvim-navigation true |
