(rofi) added bindings for C-j/C-k to navigate up/down
This commit is contained in:
@@ -9,6 +9,10 @@ configuration {
|
|||||||
monitor: -1;
|
monitor: -1;
|
||||||
terminal: "ghostty";
|
terminal: "ghostty";
|
||||||
case-sensitive: false;
|
case-sensitive: false;
|
||||||
|
kb-row-up: "Up,Control+k";
|
||||||
|
kb-row-down: "Down,Control+j";
|
||||||
|
kb-accept-entry: "Return,Control+m";
|
||||||
|
kb-remove-to-eol: "";
|
||||||
timeout {
|
timeout {
|
||||||
action: "kb-cancel";
|
action: "kb-cancel";
|
||||||
delay: 0;
|
delay: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user