From 84526a6be5d88414b88d0f77d48bc2e13c38e8ee Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 12 Mar 2024 07:34:06 -0700 Subject: [PATCH] .tmux.conf --- .tmux.conf | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index e86c96b..873a161 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -52,6 +52,7 @@ set-option -g window-status-style fg=colour249,bg=$BG_COLOR set-window-option -g mode-keys vi set-option -sg escape-time 1 # increase vim responsiveness set-option -g base-index 1 +set-option -ga terminal-features "*:hyperlinks" # osc 8 ## screen bindings @@ -93,16 +94,6 @@ bind-key -T copy-mode-vi 'C-k' select-pane -U bind-key -T copy-mode-vi 'C-l' select-pane -R bind-key -T copy-mode-vi 'C-\' select-pane -l -# fzf-git -bind-key -T root C-g switch-client -T fzf-git -bind-key -T fzf-git C-f send-keys C-g f -bind-key -T fzf-git C-g send-keys C-g g # branches is bound to `g` since `b` doesn't work - # maybe since it conflicts w/the normal C-b prefix? -bind-key -T fzf-git C-t send-keys C-g t -bind-key -T fzf-git C-r send-keys C-g r -bind-key -T fzf-git C-h send-keys C-g h -bind-key -T fzf-git C-s send-keys C-g s - bind -r < resize-pane -L 3 bind -r > resize-pane -R 3 bind -r - resize-pane -D 3