From d9985ddeb32640ac3e7ebbbd73fc5fba8aa36702 Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Sat, 29 Apr 2023 14:06:32 +0200 Subject: [PATCH] add nvim suggestions --- .tmux.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 56da3a0..9e6e5ad 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,11 @@ unbind C-b set-option -g prefix C-a bind-key C-a send-prefix +# Suggestions from nvim: +set-option -sg escape-time 10 +set-option -g focus-event on +set-option -sa terminal-overrides ',screen-256color:RGB' + # split panes using | and - bind | split-window -h bind - split-window -v