diff options
| author | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2023-08-21 17:39:00 +0200 |
|---|---|---|
| committer | Charles Cabergs <charles.cabergs@colruytgroup.com> | 2023-08-21 17:39:00 +0200 |
| commit | 457f339f13f244c3020a17513b8b7632cf529e43 (patch) | |
| tree | 51eb4f79235764879cf3f5bed04ed852741d392d /config/tmux | |
| parent | f4664534cdaa70b7583091c8100eed1d25618e7f (diff) | |
| download | dotfiles-457f339f13f244c3020a17513b8b7632cf529e43.tar.gz dotfiles-457f339f13f244c3020a17513b8b7632cf529e43.tar.bz2 dotfiles-457f339f13f244c3020a17513b8b7632cf529e43.zip | |
Updated fish config to use virtualfish
Diffstat (limited to 'config/tmux')
| -rw-r--r-- | config/tmux/tmux.conf | 5 |
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' |
