diff options
author | terminaldweller <thabogre@gmail.com> | 2021-08-05 05:14:10 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-08-05 05:14:10 +0000 |
commit | 5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a (patch) | |
tree | a892e31077574f1c1a340af257bb6e27ae0ad89c /baseline/.tmux.conf | |
parent | update for neomutt (diff) | |
download | scripts-5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a.tar.gz scripts-5f596a3f401a0a40eefcc0f8b6c6b5083748cc1a.zip |
a lot of updates and fixes
Diffstat (limited to 'baseline/.tmux.conf')
-rw-r--r-- | baseline/.tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/baseline/.tmux.conf b/baseline/.tmux.conf index ac22398..de0c3a6 100644 --- a/baseline/.tmux.conf +++ b/baseline/.tmux.conf @@ -1,5 +1,7 @@ set -g default-terminal "screen-256color" set-option -g prefix C-a +# dont wait for escape +set -sg escape-time 0 #key bindings bind | split-window -h |