How do I stop backticks from auto-closing?
How do I stop backticks from auto-closing?
Whenever I type a backtick, the editor automatically adds a closing one. It’s actually pretty annoying for my workflow since I usually type the text first and then go back to wrap it in backticks manually. Does anyone know how to disable this auto-pairing feature?
-
main Alexey
- Posts: 3066
- Joined: 25.08.2021 18:15
Re: How do I stop backticks from auto-closing?
Option "auto_close_brackets", it if has the backtick char (NOT by default), pairs this char. Is backtick there?
-
main Alexey
- Posts: 3066
- Joined: 25.08.2021 18:15
Re: How do I stop backticks from auto-closing?
if not:
on which lexer do you see this, maybe Markdown? Is Markdown_Editing plugin installed?
from its readme.txt:
on which lexer do you see this, maybe Markdown? Is Markdown_Editing plugin installed?
from its readme.txt:
if not, do you see this on _clean_ app (no settings/ new plugins)?Symbols *_` (asterisk, underscore, tick)
- auto-paired on typing
- if they are typed with selected text, selection is enclosed in symbols pair
- with pair of symbols, and BackSpace pressed - both symbols are deleted
- with pair of symbols, and Space pressed - right symbol is deleted
-
main Alexey
- Posts: 3066
- Joined: 25.08.2021 18:15
Re: How do I stop backticks from auto-closing?
Markdown_Editing plugin has option to disable the auto-pairing: section [markdown_editing] in "plugins.ini".
You may open config via "Options / Settings-plugins / Markdown Editing / Config".
Option:
You may open config via "Options / Settings-plugins / Markdown Editing / Config".
Option:
Code: Select all
paired_chars=Re: How do I stop backticks from auto-closing?
Thanks for the tip! It turned out to be the Markdown Editing plugin. I fixed the issue by going to `options -> setting - plugins` to open the Markdown Editing config file. I just cleared the paired_chars section since I don't want any of those characters to auto-close.
[markdown_editing]
list_indent_bullets=*+-
match_header_hashes=0
paired_chars=
[markdown_editing]
list_indent_bullets=*+-
match_header_hashes=0
paired_chars=