Added temp cut/paste buffer commands; added zoom in/out commands; fixed tab closures leaking memory
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user