Merge branch 'master' into zig-0.14

This commit is contained in:
CJ van den Berg 2025-02-26 22:04:42 +01:00
commit 4389eccdce
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 38 additions and 3 deletions

View file

@ -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"],