parent
0bd01afe53
commit
67f1ab1697
2 changed files with 36 additions and 1 deletions
|
@ -161,6 +161,16 @@
|
|||
["tab", "indent"],
|
||||
["ctrl+space", "enter_mode", "select"],
|
||||
|
||||
["\"", "smart_insert_pair", "\"", "\""],
|
||||
["'", "smart_insert_pair", "'", "'"],
|
||||
["(", "smart_insert_pair", "(", ")"],
|
||||
["[", "smart_insert_pair", "[", "]"],
|
||||
["{", "smart_insert_pair", "{", "}"],
|
||||
["‘", "smart_insert_pair", "‘", "’"],
|
||||
["“", "smart_insert_pair", "“", "”"],
|
||||
["‚", "smart_insert_pair", "‚", "‘"],
|
||||
["«", "smart_insert_pair", "«", "»"],
|
||||
|
||||
["left_control", "enable_jump_mode"],
|
||||
["right_control", "enable_jump_mode"],
|
||||
["left_alt", "enable_fast_scroll"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue