more bindings
This commit is contained in:
parent
b957e53bad
commit
bb3bea0a7f
1 changed files with 11 additions and 3 deletions
|
@ -20,11 +20,19 @@
|
|||
|
||||
[";", "open_command_palette"],
|
||||
["<S-;>", "open_command_palette"],
|
||||
|
||||
["p", "paste"],
|
||||
|
||||
["gg", "goto_page_begin"],
|
||||
["<S-g>", "goto_page_end"],
|
||||
|
||||
["gd", "goto_definition"],
|
||||
["gi", "goto_implementation"],
|
||||
["gy", "goto_type_definition"],
|
||||
["gg", "move_buffer_begin"],
|
||||
["g<S-d>", "goto_declaration"],
|
||||
["<S-g>", "move_buffer_end"],
|
||||
|
||||
["d<S-4>", "delete_to_end"],
|
||||
["d4", "delete_to_end"],
|
||||
|
||||
["<C-u>", "cursor_half_page_up"],
|
||||
["<C-d>", "cursor_half_page_down"]
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue