diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-10-17 18:30:04 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-10-17 18:30:04 -0500 |
| commit | 69dc5357750158467ec84c705dd7b8709649c62a (patch) | |
| tree | 551693c52bebb3eefabe79076aaac701b4a04b26 /targets | |
| parent | e0aa53081377d415ab700fb49e14aef5ef7bd6fe (diff) | |
- rofi edit for vimish motions
Diffstat (limited to 'targets')
| -rwxr-xr-x | targets/rofi.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/targets/rofi.sh b/targets/rofi.sh index 4ed7ff0..a2ddea3 100755 --- a/targets/rofi.sh +++ b/targets/rofi.sh @@ -14,4 +14,15 @@ printf " window { border: 0; +} + +configuration { + kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab"; + kb-row-down: "Down,Control+j"; + kb-accept-entry: "Control+m,Return,KP_Enter"; + terminal: "mate-terminal"; + kb-remove-to-eol: "Control+Shift+e"; + /*kb-mode-next: "Shift+Right,Control+Tab,Control+l";*/ + kb-mode-previous: "Shift+Left,Control+Shift+Tab,Control+h"; + kb-remove-char-back: "BackSpace"; }" > "$fileout" |
