feat: add alternate select (open in split) to find_in_files mode

This commit is contained in:
CJ van den Berg 2026-01-22 13:37:40 +01:00
parent 03c6e4def0
commit 5438f19015
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 26 additions and 2 deletions

View file

@ -513,7 +513,6 @@
["alt+v", "system_paste"],
["alt+n", "goto_next_file"],
["alt+p", "goto_prev_file"],
["shift+enter", "goto_prev_match"],
["shift+f3", "goto_prev_match"],
["up", "select_prev_file"],
["down", "select_next_file"],
@ -523,6 +522,7 @@
["f10", "theme_next"],
["escape", "mini_mode_cancel"],
["enter", "mini_mode_select"],
["shift+enter", "mini_mode_select_alternate"],
["backspace", "mini_mode_delete_backwards"]
]
},