commit 62a524a631f038d6a9d8cd9d74665b7e7c418fa1
parent ec78a4dc10c6346cab05ef4958808061bab10e4b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 14 Oct 2019 10:47:32 +0200
Accept single letter from prediction with C-l
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.yashrc b/.yashrc
@@ -28,6 +28,7 @@ bindkey --vi-insert '\$' backward-kill-line
bindkey --vi-insert '\^W' backward-delete-viword
bindkey --vi-insert '\^Y' put-left
bindkey --vi-insert '\^_' accept-prediction
+bindkey --vi-insert '\^L' forward-char
bindkey --vi-command '\^N' beginning-search-forward
bindkey --vi-command '\^P' beginning-search-backward