mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
zsh: add vi-mode
This commit is contained in:
parent
b82640323f
commit
ada0cc1e7c
1 changed files with 7 additions and 0 deletions
|
|
@ -5,6 +5,13 @@
|
|||
enable = true;
|
||||
autosuggestion.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
plugins = [
|
||||
{
|
||||
name = "vi-mode";
|
||||
src = pkgs.zsh-vi-mode;
|
||||
file = "share/zsh-vi-mode/zsh-vi-mode.plugin.zsh";
|
||||
}
|
||||
];
|
||||
|
||||
# This must be envExtra (rather than initExtra), because doom-emacs requires it
|
||||
# https://github.com/doomemacs/doomemacs/issues/687#issuecomment-409889275
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue