nichts/nyx/homes/notashelf/programs/terminal/shell/zsh/rc/binds.zsh

12 lines
315 B
Bash
Raw Normal View History

2024-04-09 23:11:33 +02:00
# Enable Vi mode
bindkey -v
# Use vim keys in the tab complete menu
bindkey -M menuselect 'h' vi-backward-char
bindkey -M menuselect 'k' vi-up-line-or-history
bindkey -M menuselect 'l' vi-forward-char
bindkey -M menuselect 'j' vi-down-line-or-history
bindkey "^A" vi-beginning-of-line
bindkey "^E" vi-end-of-line