Remove temp cut buffer commands and cleanup related SourceView code

- Moved cut_to_temp_buffer and paste_temp_buffer commands to plugin
- Remove temp buffer state and timeout logic from SourceView
- Remove associated keybindings (Ctrl+K / Ctrl+U)
- Ignore "buffer" pseudo-path when filtering loaded files
- Ensure view receives focus after DnD file load
This commit is contained in:
2026-03-08 14:51:11 -05:00
parent 99dc917de3
commit 7ee484f0c0
13 changed files with 165 additions and 96 deletions

View File

@@ -15,18 +15,12 @@
"zoom_out": {
"held": "<Control>minus"
},
"cut_to_temp_buffer": {
"held": "<Control>k"
},
"duplicate_line": {
"held": "<Control>d"
},
"go_to": {
"released": "<Control>g"
},
"paste_temp_buffer": {
"held": "<Control>u"
},
"new_file": {
"released": "<Control>t"
},