initial commit
This commit is contained in:
64
user_config/usr/share/newton/code-key-bindings.json
Normal file
64
user_config/usr/share/newton/code-key-bindings.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"keybindings": {
|
||||
"show_completion": {
|
||||
"released": "<Control>space"
|
||||
},
|
||||
"line_up": {
|
||||
"held": "<Control>Up"
|
||||
},
|
||||
"line_down": {
|
||||
"held": "<Control>Down"
|
||||
},
|
||||
"zoom_in": {
|
||||
"held": "<Control>equal"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"buffer_undo": {
|
||||
"held": "<Control>z"
|
||||
},
|
||||
"buffer_redo": {
|
||||
"held": "<Control>y"
|
||||
},
|
||||
"open_files": {
|
||||
"released": "<Control>o"
|
||||
},
|
||||
"close_file": {
|
||||
"released": "<Control>w"
|
||||
},
|
||||
"save_file": {
|
||||
"released": "<Control>s"
|
||||
},
|
||||
"save_file_as": {
|
||||
"released": "<Control><Shift>s"
|
||||
},
|
||||
"focus_left_sibling": {
|
||||
"released": "<Control>Page_Up"
|
||||
},
|
||||
"focus_right_sibling": {
|
||||
"released": "<Control>Page_Down"
|
||||
},
|
||||
"move_to_left_sibling": {
|
||||
"released": "<Control><Shift>Up"
|
||||
},
|
||||
"move_to_right_sibling": {
|
||||
"released": "<Control><Shift>Down"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user