dotfiles

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

commit 28f8bdad996b13b864fb5354cc744016a3c0d341
parent 007f4853121bd7b4fd710f221e2a0e8958d97283
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri,  1 Oct 2021 21:50:22 +0200

zsh: bindings

Diffstat:
Mshell/zshrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/shell/zshrc b/shell/zshrc @@ -91,6 +91,8 @@ bindkey "\e^y" insert-arg-of-prev-cmd bindkey '\e#' pound-insert bindkey '^]' vi-find-next-char bindkey '\e^]' vi-find-prev-char +bindkey -s '\el' '\C-e| less' +bindkey -s '\e&' '\C-e&>/dev/null' bindkey -M menuselect 'h' vi-backward-char bindkey -M menuselect 'j' vi-down-line-or-history