mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-10 16:26:53 +08:00
feat(clipboard, copybuffer): fix typo, add 'yy' to yank buffer in vi-normal mode
This commit is contained in:
@@ -14,3 +14,4 @@ zle -N copybuffer
|
||||
bindkey -M emacs "^O" copybuffer
|
||||
bindkey -M viins "^O" copybuffer
|
||||
bindkey -M vicmd "^O" copybuffer
|
||||
bindkey -M vicmd "yy" copybuffer
|
||||
|
||||
Reference in New Issue
Block a user