From bbf1a1ddc318556ba9681530fe9a4bc049c606db Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 20 Mar 2024 13:49:31 +0100 Subject: Added tmux config --- tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tmux.conf') diff --git a/tmux.conf b/tmux.conf index 0213742..c888d91 100644 --- a/tmux.conf +++ b/tmux.conf @@ -21,3 +21,7 @@ set -g status-fg '#ffffff' set -g window-status-current-format "#[fg=#ffffff]#[bg=#111111]#[fg=#ffffff]#[bg=#111111] #I:#W #[fg=#ffffff]#[bg=#111111]" set -g pane-active-border fg=#777777 set -g pane-border-style fg=#222222 + +# Other settings +set-option -sg escape-time 10 +set-option -g mouse off -- cgit v1.2.3