mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-03-09 18:51:33 +01:00
Fix arrow keys not working in rofi
This commit is contained in:
parent
d79c72861b
commit
998700b59f
@ -78,3 +78,4 @@ has been improved.
|
||||
- Made Ghostty the new default terminal.
|
||||
- Added vim keybindings to rofi (hjkl) and zsh (ctrl+hjkl).
|
||||
- Added (ctrl+hjkl) keybinds for vim movement while in insert mode in neovim.
|
||||
- Supports adb out of the box.
|
||||
|
@ -16,8 +16,8 @@
|
||||
display-drun = " Apps";
|
||||
display-run = " Run";
|
||||
display-filebrowser = " File";
|
||||
kb-row-up = "k";
|
||||
kb-row-down = "j";
|
||||
kb-row-up = "k,Up";
|
||||
kb-row-down = "j,Down";
|
||||
kb-mode-next = "l";
|
||||
kb-mode-previous = "h";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user