From 80095fe6833929930561bfc586d0aa00d59b0b7d Mon Sep 17 00:00:00 2001 From: druckdev Date: Wed, 8 Sep 2021 14:47:42 +0200 Subject: [PATCH] rofi: Readd a binding for `kb-mode-complete` --- .config/rofi/config.rasi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 3320a61..1b44bd7 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -18,7 +18,10 @@ configuration { kb-mode-previous: "Control+h,Shift+Left,Control+ISO_Left_Tab"; kb-row-down: "Control+j,Down,Control+n"; kb-row-up: "Control+k,Up,Control+p,ISO_Left_Tab"; - kb-mode-complete: ""; + /* Control+l is bound to kb-mode-complete and Control+f is bound to + * kb-move-char-forward per default*/ + kb-move-char-forward: "Right"; + kb-mode-complete: "Control+f"; kb-mode-next: "Control+l,Shift+Right,Control+Tab"; }