aboutsummaryrefslogtreecommitdiff
path: root/config/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'config/tmux')
-rw-r--r--config/tmux/tmux.conf5
1 files changed, 3 insertions, 2 deletions
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'