Add Vim-style j/k navigation to walker config

This commit is contained in:
Ross Condie
2025-08-03 09:10:45 +02:00
parent 07d88a4b9a
commit cf1b671a71

View File

@ -15,8 +15,8 @@ force_keyboard_focus = true
[keys]
accept_typeahead = ["tab"]
trigger_labels = "lalt"
next = ["down"]
prev = ["up"]
next = ["down", "j"]
prev = ["up", "k"]
close = ["esc"]
remove_from_history = ["shift backspace"]
resume_query = ["ctrl r"]