pinwheel: use ctrl-{a,e} in ZSH to move to {start,end} of line

This commit is contained in:
Alexander Heldt
2023-08-12 20:41:34 +02:00
parent a1fad2d850
commit a0b0e80e59

View File

@@ -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"
];
};