From ebb43424e35a2add38b7d4206483e29d9287801b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 1 Dec 2021 12:27:09 +0900 Subject: tmux: set some options following neovim's :checkhealth --- .tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 72e19ad..3d0c85a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -15,6 +15,8 @@ set-option -g pane-base-index 1 set-option -g renumber-windows on set-option -g default-shell /usr/local/bin/zsh set-option -g history-limit 10000 +set-option -g focus-events on +set-option -g escape-time 10 # TERMINAL FEATURES {{{2 set-option -g default-terminal screen-256color -- cgit v1.2.3-70-g09d2