Skip to content

Commit

Permalink
feat(tmux): removed ESC delay for exitting insert mode in NeoVim
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Apr 21, 2024
1 parent e018943 commit dffa1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tmux/files/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set-option -g terminal-overrides ',xterm-256color:RGB'
# Mouse support
set -g mouse on

set -s escape-time 0
set -sg escape-time 10

# Set prefix key
unbind C-b
Expand Down

0 comments on commit dffa1de

Please sign in to comment.