Fix arrow keys not working in rofi

This commit is contained in:
Tyler Kelley 2025-02-20 13:46:23 -06:00
parent d79c72861b
commit 998700b59f
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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";
};