feat: add case auto and case insensitive mode to find

This commit is contained in:
CJ van den Berg 2025-11-25 22:48:11 +01:00
parent abee93d366
commit 2520a37a90
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 42 additions and 4 deletions

View file

@ -558,6 +558,7 @@
["ctrl+space", "mini_mode_cancel"],
["ctrl+enter", "mini_mode_insert_bytes", "\n"],
["ctrl+backspace", "mini_mode_reset"],
["alt+c", "toggle_find_mode"],
["alt+v", "system_paste"],
["alt+n", "goto_next_match"],
["alt+p", "goto_prev_match"],