Revert "Add Vim-style j/k navigation to walker config"

This commit is contained in:
David Heinemeier Hansson
2025-08-03 09:41:00 +02:00
committed by GitHub
parent b8275ca5af
commit afa9860afd

View File

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