mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-16 01:38:11 +02:00
fix(copybuffer): define CTRL+O binding for all keymaps (#6442)
Fixes #6442
This commit is contained in:
@ -11,4 +11,6 @@ copybuffer () {
|
|||||||
|
|
||||||
zle -N copybuffer
|
zle -N copybuffer
|
||||||
|
|
||||||
bindkey "^O" copybuffer
|
bindkey -M emacs "^O" copybuffer
|
||||||
|
bindkey -M viins "^O" copybuffer
|
||||||
|
bindkey -M vicmd "^O" copybuffer
|
||||||
|
Reference in New Issue
Block a user