pinwheel: use ctrl-{a,e} in ZSH to move to {start,end} of line
This commit is contained in:
@@ -134,6 +134,8 @@
|
|||||||
initExtra = lib.strings.concatStringsSep "\n" [
|
initExtra = lib.strings.concatStringsSep "\n" [
|
||||||
"export KEYTIMEOUT=1"
|
"export KEYTIMEOUT=1"
|
||||||
"bindkey -v '^?' backward-delete-char"
|
"bindkey -v '^?' backward-delete-char"
|
||||||
|
"bindkey '^a' beginning-of-line"
|
||||||
|
"bindkey '^e' end-of-line"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user