From 81edb03c5261658d40885abf4bcd54cf9dbbc6a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Fri, 10 Sep 2021 17:06:24 +0200 Subject: [PATCH] fix(copybuffer): define CTRL+O binding for all keymaps (#6442) Fixes #6442 --- plugins/copybuffer/copybuffer.plugin.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/plugins/copybuffer/copybuffer.plugin.zsh b/plugins/copybuffer/copybuffer.plugin.zsh index 87a658d93..e67f920f0 100644 --- a/plugins/copybuffer/copybuffer.plugin.zsh +++ b/plugins/copybuffer/copybuffer.plugin.zsh @@ -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