focus-editor / focus

A simple and fast text editor
GNU General Public License v3.0
1.82k stars 101 forks source link

Auto skip closing brackets #345

Closed tebtro closed 7 months ago

tebtro commented 7 months ago

Similar to "auto_closing_brackets", were the closing bracket gets written when you type an open bracket.

Added "auto_skip_closing_brackets" to the settings config. With this option enabled the closing bracket won't be written again if there already is one beneath the cursor. The cursor will just be moved over by one position.

focus-editor commented 7 months ago

Hi. Sorry, in the base editor we're not going to go in that direction. Adding auto-closing brackets was about as far as I was willing to go.