mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
Add Vim-style j/k navigation to walker config
This commit is contained in:
@ -15,8 +15,8 @@ force_keyboard_focus = true
|
|||||||
[keys]
|
[keys]
|
||||||
accept_typeahead = ["tab"]
|
accept_typeahead = ["tab"]
|
||||||
trigger_labels = "lalt"
|
trigger_labels = "lalt"
|
||||||
next = ["down"]
|
next = ["down", "j"]
|
||||||
prev = ["up"]
|
prev = ["up", "k"]
|
||||||
close = ["esc"]
|
close = ["esc"]
|
||||||
remove_from_history = ["shift backspace"]
|
remove_from_history = ["shift backspace"]
|
||||||
resume_query = ["ctrl r"]
|
resume_query = ["ctrl r"]
|
||||||
|
Reference in New Issue
Block a user