summaryrefslogtreecommitdiff
path: root/ar/.config/tmux
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-12 16:38:59 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-02-12 16:38:59 +0900
commit399e1f14edc9ba3ff98f444e06c7419bc49dcbc4 (patch)
treecc6f014cebc774abe2c4f7b97b339bb086913d08 /ar/.config/tmux
parenta21dfb673613036cfa2881d587fd33f2fae6a8af (diff)
modified plugins/urlview.lua, modified tmux/tmux.conf
Diffstat (limited to 'ar/.config/tmux')
-rw-r--r--ar/.config/tmux/tmux.conf12
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