Set ZSH default keymap to vi
All checks were successful
/ check (push) Successful in 56s

This commit is contained in:
Oliver Davies 2025-09-17 20:48:31 +01:00
parent ebec70a7dc
commit f5355e7ec6

3
modules/zsh/vi-mode.nix Normal file
View file

@ -0,0 +1,3 @@
{
flake.modules.homeManager.base.programs.zsh.defaultKeymap = "viins";
}