mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-04 13:25:05 +08:00
Update dircycle.plugin.zsh to add default keybindings
Added default keybindings for insert-cycledup and insert-cycleddown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user