dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit b8ffc1df29e41e956e6a5278153359d82e94d9c3
parent 0a178c02c1fce7f42bce5e04805c7122e5960068
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 29 May 2020 09:25:13 +0200

Add disabled terminal escape character fix

Diffstat:
M.tmux.conf | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -5,6 +5,8 @@ bind a send-prefix # Send <C-a> with <C-a>a bind R source-file ~/.tmux.conf \; display "~/.tmux.conf reloaded" +#set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # fix escape sequences + set -g history-limit 10000 # lines to keep in hisoty set-option -g display-panes-time 3000 # Timeout for pane-numbering in ms set-option -sg escape-time 0 # speed up commands