diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 7c926bc..ff7c1d0 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -134,6 +134,8 @@ initExtra = lib.strings.concatStringsSep "\n" [ "export KEYTIMEOUT=1" "bindkey -v '^?' backward-delete-char" + "bindkey '^a' beginning-of-line" + "bindkey '^e' end-of-line" ]; };