Added undo, redo, go-to, and duplicate lines commands; updated styles for line highlight color; cleanup

This commit is contained in:
2025-12-29 02:20:55 -06:00
parent 5ee587e205
commit 79375d34b1
15 changed files with 260 additions and 8 deletions

View File

@@ -18,12 +18,24 @@
"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"
},
"buffer_undo": {
"held": "<Control>z"
},
"buffer_redo": {
"held": "<Control>y"
},
"open_files": {
"released": "<Control>o"
},