fix(copybuffer): define CTRL+O binding for all keymaps (#6442)

Fixes #6442
parent 358ac6a1
......@@ -11,4 +11,6 @@ copybuffer () {
zle -N copybuffer
bindkey "^O" copybuffer
bindkey -M emacs "^O" copybuffer
bindkey -M viins "^O" copybuffer
bindkey -M vicmd "^O" copybuffer
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment