diff --git a/.tmux.conf b/.tmux.conf index 285bde3..751650a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -31,3 +31,6 @@ set -g status-bg blue set -g status-left '' set -g status-right-length 63 set -g status-right 'Battery:#(acpi | cut -d ',' -f 2) | %a %Y-%m-%d %H:%M' + +# Settings for neovim +set -sg escape-time 10