mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-05-13 15:51:09 +02:00
fix zsh-vi-mode escape time
This commit is contained in:
parent
c68e70e4b8
commit
8d87ef1e21
2 changed files with 10 additions and 1 deletions
|
@ -67,12 +67,13 @@ in
|
|||
export MCFLY_RESULTS=30
|
||||
export MCFLY_INTERFACE_VIEW=BOTTOM
|
||||
export MCFLY_PROMPT="❯"
|
||||
export ZVM_FAST_ESCAPE=true
|
||||
# fix for networkctl
|
||||
zstyle ':completion:*:complete:networkctl:*' list-grouped true
|
||||
source ${pkgs.agdsn-zsh-config}/etc/zsh/zshrc
|
||||
source ${pkgs.zsh-fzf-tab}/share/fzf-tab/fzf-tab.plugin.zsh
|
||||
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
||||
zvm_after_init_commands+=(eval "$(atuin init zsh)")
|
||||
zvm_after_init_commands+=(eval "$(atuin init zsh --disable-up-arrow)")
|
||||
unsetopt extendedglob
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue