Tmux: Fix Neovim escape delay
This commit is contained in:
parent
78128824d9
commit
7d581901ec
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
bind % split-window -h -c "#{pane_current_path}"
|
bind % split-window -h -c "#{pane_current_path}"
|
||||||
bind '"' split-window -v -c "#{pane_current_path}"
|
bind '"' split-window -v -c "#{pane_current_path}"
|
||||||
|
set -sg escape-time 0
|
||||||
'';
|
'';
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
tmuxPlugins.vim-tmux-navigator
|
tmuxPlugins.vim-tmux-navigator
|
||||||
|
|
Loading…
Reference in a new issue