mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
fix(copybuffer): define CTRL+O binding for all keymaps (#6442)
Fixes #6442
This commit is contained in:
parent
358ac6a141
commit
81edb03c52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user