From db3b1aee0de1438abb433996cdfde71de21884e0 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Sun, 5 Nov 2017 11:14:28 -0500 Subject: [PATCH] Add default ctrl+c binding for completion yank. By default, ctrl+c will yank the selection from the completion menu onto the clipboard, and ctrl+shift+c will yank it onto the primary selection. Unfortunately ctrl+y was already taken by rl-yank (which, counter-intuitively to vim users, will paste the last deleted text). --- qutebrowser/config/configdata.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index a99152e88..28afa03f6 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -2245,6 +2245,8 @@ bindings.default: : completion-item-focus prev-category : completion-item-del : completion-item-del + : completion-item-yank + : completion-item-yank --sel : command-accept : rl-backward-char : rl-forward-char