mirror of
https://github.com/basecamp/omarchy.git
synced 2025-08-03 23:29:23 +00:00
Revert "Add Vim-style j/k navigation to walker config"
This commit is contained in:

committed by
GitHub

parent
b8275ca5af
commit
afa9860afd
@ -15,8 +15,8 @@ force_keyboard_focus = true
|
||||
[keys]
|
||||
accept_typeahead = ["tab"]
|
||||
trigger_labels = "lalt"
|
||||
next = ["down", "j"]
|
||||
prev = ["up", "k"]
|
||||
next = ["down"]
|
||||
prev = ["up"]
|
||||
close = ["esc"]
|
||||
remove_from_history = ["shift backspace"]
|
||||
resume_query = ["ctrl r"]
|
||||
|
Reference in New Issue
Block a user