feat: improve smart_insert_pair and add smart_insert_pair_close
This commit is contained in:
parent
67c386d5b7
commit
e34aed4a95
2 changed files with 57 additions and 5 deletions
|
@ -164,12 +164,19 @@
|
|||
["\"", "smart_insert_pair", "\"", "\""],
|
||||
["'", "smart_insert_pair", "'", "'"],
|
||||
["(", "smart_insert_pair", "(", ")"],
|
||||
[")", "smart_insert_pair_close", "(", ")"],
|
||||
["[", "smart_insert_pair", "[", "]"],
|
||||
["]", "smart_insert_pair_close", "[", "]"],
|
||||
["{", "smart_insert_pair", "{", "}"],
|
||||
["}", "smart_insert_pair_close", "{", "}"],
|
||||
["‘", "smart_insert_pair", "‘", "’"],
|
||||
["’", "smart_insert_pair_close", "‘", "’"],
|
||||
["“", "smart_insert_pair", "“", "”"],
|
||||
["”", "smart_insert_pair_close", "“", "”"],
|
||||
["‚", "smart_insert_pair", "‚", "‘"],
|
||||
["‘", "smart_insert_pair_close", "‚", "‘"],
|
||||
["«", "smart_insert_pair", "«", "»"],
|
||||
["»", "smart_insert_pair_close", "«", "»"],
|
||||
|
||||
["left_control", "enable_jump_mode"],
|
||||
["right_control", "enable_jump_mode"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue