summaryrefslogtreecommitdiff
path: root/src/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/.tmux.conf')
-rwxr-xr-xsrc/.tmux.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/.tmux.conf b/src/.tmux.conf
index 7b66371..6302a09 100755
--- a/src/.tmux.conf
+++ b/src/.tmux.conf
@@ -7,6 +7,12 @@ set -g status on
set -g history-limit 10000
set -g terminal-overrides ',*:Tc'
+
+set-option -g display-panes-time 100 # milliseconds
+set-option -g repeat-time 50 # in milliseconds, default is 500
+set-option -s escape-time 10 # default 500ms, lower = faster key recognition
+
+
# Pass through bracketed paste
bind-key ] run-shell "tmux set-buffer -- \"$(xclip -o -selection clipboard)\"; tmux paste-buffer"