feat: add palette for changing the current file type

This commit is contained in:
CJ van den Berg 2024-12-10 20:10:36 +01:00
parent c3021de372
commit 9fba9eba3c
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 187 additions and 1 deletions

View file

@ -19,6 +19,7 @@
["ctrl+c", "copy"],
["ctrl+v", "system_paste"],
["ctrl+u", "pop_cursor"],
["ctrl+k>m", "change_file_type"],
["ctrl+k>ctrl+u", "delete_to_begin"],
["ctrl+k>ctrl+k", "delete_to_end"],
["ctrl+k>ctrl+d", "move_cursor_next_match"],