diff options
author | Yuchen Pei <id@ypei.org> | 2023-06-24 15:32:00 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-06-24 15:32:00 +1000 |
commit | 1753d0dfa0d6ddb413ac868dfa25011e5bfa8983 (patch) | |
tree | 9f53446676ef3e0d7278bc2c7c77b587464d60fc /misc/.config/rofi | |
parent | e8267b4b165f6a6a086f4a9786e9df8ffe31d55c (diff) |
Fixing corfu map and rofi keybinding
Diffstat (limited to 'misc/.config/rofi')
-rw-r--r-- | misc/.config/rofi/config.rasi | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/.config/rofi/config.rasi b/misc/.config/rofi/config.rasi index 0784e08..aab83de 100644 --- a/misc/.config/rofi/config.rasi +++ b/misc/.config/rofi/config.rasi @@ -73,24 +73,24 @@ configuration { kb-move-word-forward: "Alt+f"; /* kb-move-char-back: "Left,Control+b";*/ /* kb-move-char-forward: "Right,Control+f";*/ - kb-remove-word-back: "Control+BackSpace"; + kb-remove-word-back: "Alt+BackSpace"; kb-remove-word-forward: "Alt+d"; /* kb-remove-char-forward: "Delete,Control+d";*/ kb-remove-char-back: "BackSpace"; /* kb-remove-to-eol: "Control+k";*/ - kb-remove-to-sol: "Control+K"; -/* kb-accept-entry: "Control+j,Control+m,Return,KP_Enter";*/ -/* kb-accept-custom: "Control+Return";*/ + kb-remove-to-sol: "Alt+K"; + kb-accept-entry: "Control+j"; + kb-accept-custom: "Return"; /* kb-accept-custom-alt: "Control+Shift+Return";*/ /* kb-accept-alt: "Shift+Return";*/ /* kb-delete-entry: "Shift+Delete";*/ -/* kb-mode-next: "Shift+Right,Control+Tab";*/ -/* kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";*/ + kb-mode-next: "Control+Right"; + kb-mode-previous: "Control+Left"; /* kb-mode-complete: "Control+l";*/ /* kb-row-left: "Control+Page_Up";*/ /* kb-row-right: "Control+Page_Down";*/ - kb-row-up: "Up,Control+p,Alt+p"; - kb-row-down: "Down,Control+n,Alt+n"; + kb-row-up: "Up,Control+p,Alt+p,Control+r"; + kb-row-down: "Down,Control+n,Alt+n,Control+s"; /* kb-row-tab: "";*/ /* kb-element-next: "Tab";*/ /* kb-element-prev: "ISO_Left_Tab";*/ |