Update dircycle.plugin.zsh to add default keybindings

Added default keybindings for insert-cycledup and insert-cycleddown
This commit is contained in:
Kayhan Gültekin
2024-03-18 19:26:22 -04:00
committed by GitHub
parent 5b217eea49
commit edc567f13c

View File

@@ -73,3 +73,5 @@ zle -N insert-cycleddown
# this conveniently by loading the "xterm with Numeric Keypad" preset.
bindkey "\e[1;6D" insert-cycledleft
bindkey "\e[1;6C" insert-cycledright
bindkey "\e[1;6A" insert-cycledup
bindkey "\e[1;6B" insert-cycleddown