Added temp cut/paste buffer commands; added zoom in/out commands; fixed tab closures leaking memory

This commit is contained in:
2025-12-29 00:46:10 -06:00
parent 3fc39042f1
commit 5ee587e205
7 changed files with 146 additions and 10 deletions

View File

@@ -9,6 +9,18 @@
"line_down": {
"held": "<Control>Down"
},
"zoom_in": {
"held": "<Control>equal"
},
"zoom_out": {
"held": "<Control>minus"
},
"cut_to_temp_buffer": {
"held": "<Control>k"
},
"paste_temp_buffer": {
"held": "<Control>u"
},
"new_file": {
"released": "<Control>t"
},