fix: add ctrl+space keybind for completion and move SELECT mode to shift+space
This commit is contained in:
parent
5362706b26
commit
fa397b1642
1 changed files with 3 additions and 2 deletions
|
@ -204,6 +204,7 @@
|
|||
["shift+f11", "toggle_highlight_columns"],
|
||||
["ctrl+f11", "toggle_inspector_view"],
|
||||
["f12", "goto_definition"],
|
||||
["ctrl+space", "completion"],
|
||||
["ctrl+.", "completion"],
|
||||
["f34", "toggle_whitespace_mode"],
|
||||
["escape", "cancel"],
|
||||
|
@ -227,7 +228,7 @@
|
|||
["kp_page_up", "move_page_up"],
|
||||
["kp_page_down", "move_page_down"],
|
||||
["tab", "indent"],
|
||||
["ctrl+space", "enter_mode", "select"],
|
||||
["shift+space", "enter_mode", "select"],
|
||||
|
||||
["\"", "smart_insert_pair", "\"", "\""],
|
||||
["'", "smart_insert_pair", "'", "'"],
|
||||
|
@ -304,7 +305,7 @@
|
|||
["ctrl+kp_page_down", "select_scroll_page_down"],
|
||||
["ctrl+b", "move_to_char", "select_to_char_left"],
|
||||
["ctrl+t", "move_to_char", "select_to_char_right"],
|
||||
["ctrl+space", "enter_mode", "normal"],
|
||||
["shift+space", "enter_mode", "normal"],
|
||||
["ctrl+x", ["cut"], ["enter_mode", "normal"], ["cancel"]],
|
||||
["ctrl+c", ["copy"], ["enter_mode", "normal"], ["cancel"]],
|
||||
["escape", ["enter_mode", "normal"], ["cancel"]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue