diff options
author | jakob.stendahl <jakob.stendahl@infomedia.dk> | 2022-06-30 13:31:26 +0200 |
---|---|---|
committer | jakobst1n <jakob.stendahl@outlook.com> | 2022-06-30 13:33:05 +0200 |
commit | 64d19effcc7aa1db2f134130484aa68cddd6ecd6 (patch) | |
tree | 5ce1fe1484ecc209ad98371162105b8a34092c13 /linux | |
parent | 0447c58e759df165269ffe9182398881e650d923 (diff) | |
download | dotfiles-64d19effcc7aa1db2f134130484aa68cddd6ecd6.tar.gz dotfiles-64d19effcc7aa1db2f134130484aa68cddd6ecd6.zip |
neovim
Diffstat (limited to 'linux')
-rw-r--r-- | linux/tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/tmux.conf b/linux/tmux.conf index 63b4cb3..4ea4670 100644 --- a/linux/tmux.conf +++ b/linux/tmux.conf @@ -4,6 +4,7 @@ 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' run-shell "powerline-daemon -q" #source "/usr/local/lib/python3.7/site-packages/powerline/bindings/tmux/powerline.conf" @@ -65,7 +66,7 @@ set -g bell-action any # Scroll in shell set -g terminal-overrides 'xterm*:smcup@:rmcup@' #set -wg xterm-keys 1 -set -g mouse on +set -g mouse on #set-option -s set-clipboard off # Sync panes |