Skip to content

Commit

Permalink
Configure tmux escape-time
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPickles committed Aug 19, 2019
1 parent 9cf732e commit 4cc8889
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions shell/tmux.conf
Expand Up @@ -9,6 +9,10 @@ setw -g xterm-keys on
# Set colors
set-option -g default-terminal "screen-256color"

# Configure escape vim for Neovim.
# https://github.com/neovim/neovim/wiki/FAQ#esc-in-tmux-or-gnu-screen-is-delayed
set-option -sg escape-time 10

# Set reload key to r
bind r source-file ~/.tmux.conf

Expand Down

0 comments on commit 4cc8889

Please sign in to comment.