Added code view widget and base command system; updated keybinding system
This commit is contained in:
10
user_config/usr/share/app_name/code-key-bindings.json
Normal file
10
user_config/usr/share/app_name/code-key-bindings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"keybindings": {
|
||||
"show_completion" : { "released" : "<Control>space" },
|
||||
"line_up" : { "held" : "<Control>Up" },
|
||||
"line_down" : { "held" : "<Control>Down" },
|
||||
"new_file" : { "released" : "<Control>t" },
|
||||
"open_files" : { "released" : "<Control>o" },
|
||||
"close_file" : { "released" : "<Control>w" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user