mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 08:50:08 +00:00
fix(copybuffer): define CTRL+O binding for all keymaps (#6442)
Fixes #6442
This commit is contained in:
parent
358ac6a141
commit
81edb03c52
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue