diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-04-24 07:13:20 +0200 |
---|---|---|
committer | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2023-04-24 07:13:20 +0200 |
commit | ae56946206235b8b6f30a184d29a41cc5dcc39ca (patch) | |
tree | 52b3c2bb08ecaeaf50a750e6f07606e2022923c8 /linux/tmux.conf | |
parent | 763df8e9d428422d7db6fe157dd8f14656aba6e2 (diff) | |
download | dotfiles-ae56946206235b8b6f30a184d29a41cc5dcc39ca.tar.gz dotfiles-ae56946206235b8b6f30a184d29a41cc5dcc39ca.zip |
Neovim things
Diffstat (limited to 'linux/tmux.conf')
-rw-r--r-- | linux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/tmux.conf b/linux/tmux.conf index f7b696b..f10801d 100644 --- a/linux/tmux.conf +++ b/linux/tmux.conf @@ -1,10 +1,10 @@ # -- general ------------------------------------------------------------------- -set -g default-terminal "xterm-256color" +#set -g default-terminal "xterm-256color" #set -g default-terminal "screen-256color" set -as terminal-overrides ",*:U8=0" set -s escape-time 10 # faster command sequences set -s focus-events on -set-option -sa terminal-overrides ',rxvt-256color:RGB' +#set-option -sa terminal-overrides ',rxvt-256color:RGB' #run-shell "powerline-daemon -q" #source "/usr/local/lib/python3.7/site-packages/powerline/bindings/tmux/powerline.conf" |