dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 2495f7680ef8c083c926fd2c5a8db0be415d41d0
parent 62a524a631f038d6a9d8cd9d74665b7e7c418fa1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 14 Oct 2019 10:49:02 +0200

C-l forwards word, not character

Diffstat:
M.yashrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.yashrc b/.yashrc @@ -28,7 +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-insert '\^L' forward-bigword bindkey --vi-command '\^N' beginning-search-forward bindkey --vi-command '\^P' beginning-search-backward