mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
![]() Add `matchbraceleft` option to allow disabling the default behavior matching not just the brace under cursor but also the brace to the left of it (which is arguably convenient, but also ambiguous and non-intuitive). With `matchbraceleft` disabled, micro will only match the brace character that is precisely under the cursor, and also when jumping to the matching brace, will always move cursor precisely to the matching brace character, not to the character next to it. Nota bene: historical journey: - There was already a `matchbraceleft` option introduced in commit |
||
---|---|---|
.. | ||
colors.md | ||
commands.md | ||
copypaste.md | ||
defaultkeys.md | ||
help.md | ||
keybindings.md | ||
options.md | ||
plugins.md | ||
tutorial.md |