dotfiles

:)
git clone https://git.sr.ht/~ashymad/dotfiles
Log | Files | Refs | Submodules | LICENSE

commit 2cb89ac3b05efb198ab9d759f96fa1006de9aafd
parent df60f0ea8718f56bf9d523a02b878d87e3fff718
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Mon, 13 Jul 2020 11:48:26 +0200

tmux: disable escape time and status

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

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -1 +1,3 @@ set -g default-terminal "screen-256color" +set -g escape-time 0 +set -g status off