mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-12 01:52:31 +01:00
feat(clipboard, copybuffer): fix typo, add 'yy' to yank buffer in vi-normal mode
This commit is contained in:
parent
7bdca23779
commit
3ce427d196
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue