From 457f339f13f244c3020a17513b8b7632cf529e43 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 21 Aug 2023 17:39:00 +0200 Subject: Updated fish config to use virtualfish --- config/tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'config/tmux') diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index 328a92f..5e72d64 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -6,7 +6,8 @@ bind C-a send-prefix # NOTE: recommended by neovim but disliked by ssh set -g default-terminal "screen-256color" -set -sa terminal-overrides ',xterm-256color:RGB' +set -sa terminal-features ',screen-256color:RGB' +set -ga terminal-overrides ',screen-256color:Tc' set -g focus-events on set -g history-limit 5000 @@ -26,8 +27,8 @@ bind 'c' new-window -c "#{pane_current_path}" bind R source-file ~/.config/tmux/tmux.conf - set -g status-right-length 100 +set -g default-shell /usr/local/bin/fish set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'egel/tmux-gruvbox' -- cgit