diff options
author | Alex Auvolat <alex.auvolat@inria.fr> | 2020-02-18 15:36:11 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@inria.fr> | 2020-02-18 15:36:11 +0100 |
commit | 2acee2bb448d2a9a5e70d862c114cb58206beae4 (patch) | |
tree | 6a6f43df1438c1410d69ccc3baa3ca7804472558 /solanum/dot_tmux.conf | |
parent | 9ac0d58102a395f983c59d1504e0910ebfa0b17f (diff) | |
download | user-config-2acee2bb448d2a9a5e70d862c114cb58206beae4.tar.gz user-config-2acee2bb448d2a9a5e70d862c114cb58206beae4.zip |
Updates
Diffstat (limited to 'solanum/dot_tmux.conf')
-rw-r--r-- | solanum/dot_tmux.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/solanum/dot_tmux.conf b/solanum/dot_tmux.conf index 5192105..f548976 100644 --- a/solanum/dot_tmux.conf +++ b/solanum/dot_tmux.conf @@ -1,5 +1,6 @@ # KEY BINDINGS + new-session -n $HOST setw -g mode-keys vi @@ -40,7 +41,7 @@ bind ^L next-window # OTHER OPTIONS -set -g mouse on +#set -g mouse on set -g escape-time 0 @@ -55,3 +56,5 @@ set-option -g allow-rename off set -g status-bg colour6 set -g default-terminal "screen-256color" + +#set -ga terminal-overrides ',xterm*:smglr=\E7\E[?69h\E[%i%p1%d;%p2%ds\E8:mgc=\E7\E[?69l\E8' |