dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit cffa6bb9ecb412bb273441d7713e6023e8ec536d
parent f9d36a1ddff6943433bc22773809c7d13d0846ed
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sun, 11 Oct 2020 15:38:54 +0200

zsh: fix backward jump to character

Former-commit-id: aeafbbd8a7bc2bfd4bca0c6eb4bbc04458d3288b
Diffstat:
Mshell/zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/zshrc b/shell/zshrc @@ -88,7 +88,7 @@ bindkey "\e^y" insert-arg-of-prev-cmd bindkey '\e#' pound-insert bindkey '^]' vi-find-next-char -bindkey '^\e]' vi-find-prev-char +bindkey '\e^]' vi-find-prev-char # Use lf to switch directories and bind it to ctrl-o lfcd () {