diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-11-08 20:44:06 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-11-08 20:44:06 +0000 |
commit | 5dbc5a1fae4a2dc03f16035194e9854d37b5f6de (patch) | |
tree | 3d2f20d58547530f826ced28cff00735bd89243d /.config/tmux | |
parent | b6726af45a1bc244923ff7ab7f6c822e0e4df66a (diff) | |
download | dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar.gz dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar.bz2 dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar.lz dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar.xz dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.tar.zst dotfiles-5dbc5a1fae4a2dc03f16035194e9854d37b5f6de.zip |
Neovim omnisharp plugin and tmux color fix on foot and inputrc emacs
Diffstat (limited to '.config/tmux')
-rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index a81924c..45d6519 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -1,5 +1,5 @@ setw -g mouse on -set -g default-terminal "screen-256color" +set-option -ga terminal-overrides ",foot:Tc" setw -g mode-keys vi set -g history-limit 10000 set -sg escape-time 50 |