From cffe3287e3e0d049d99d991e779507571334bc34 Mon Sep 17 00:00:00 2001 From: Adrien Luxey Date: Mon, 27 Jan 2020 16:44:13 +0100 Subject: [PATCH] documenting --- tmux.conf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index 2b05946..f571eb5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -47,7 +47,7 @@ set -g @plugin 'tmux-plugins/tmux-yank' # Set the display duration of message (in ms) set-option -g display-time 2000 -# Make tmux display true colors +# Make tmux display true colors ) set -g default-terminal "xterm-256color" set -ga terminal-overrides ",*256col*:Tc" @@ -58,6 +58,9 @@ bind '"' split-window -v -c '#{pane_current_path}' # Split panes vertically # A big-ass history set -g history-limit 10000 +# Fast key repetition with escape-time 0 +set -g escape-time 0 + ##################################################### # Simple nested tmux sessions (e.g. remote and local) # F10 toggles tmux listening for keystrokes, allowing to switch betwen remote and local @@ -122,8 +125,6 @@ bind ^L next-window set -g mouse on -set -g escape-time 0 - # don't rename windows automatically set-option -g allow-rename off