diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2023-08-28 20:55:37 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2023-08-28 20:55:37 +0200 |
| commit | ac0f9cc603aafea699a16d70cfb848dff772b662 (patch) | |
| tree | b51c8d8ebe5374b0a49f070be2d5f00e36b185a0 /config/tmux | |
| parent | a9b48c1517451c057b62caf6d3e110e7794362a2 (diff) | |
| parent | 5611602e544abe6d8ad35f459a814f20172aec9c (diff) | |
| download | dotfiles-ac0f9cc603aafea699a16d70cfb848dff772b662.tar.gz dotfiles-ac0f9cc603aafea699a16d70cfb848dff772b662.tar.bz2 dotfiles-ac0f9cc603aafea699a16d70cfb848dff772b662.zip | |
Merge branch 'master' of github.com:cacharle/dotfiles
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' |
