mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 23:40:39 +01: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