Matus Goljer
Matus Goljer
Well, it's the same issue. You can bind to a minor mode map but not based on a major mode. So even if we bind `;` to `sp-comment` in smartparens-mode-map...
Hi. I'm not sure I completely understand. The desired output is empty line, or point offset by a tab? In either case, it should probably respect tabs if you set...
I can reproduce this but for me it only happens if I also select an empty space in front of the word, otherwise it just erases the word and does...
For me in both cases `\$$` is inserted.
Yea it's probably a regression caused by some changes in latex-mode.
Well, we can really only work with pair delimiters. If there are pairs such as `for ... end` or `while ... end` etc this can be defined in a similar...
In that case it should be possible to adapt some code from e.g. ruby mode, but care needs to be taken for various edge-cases of the language. As a non-user,...
I can't reproduce either.
Currently there is no such built-in configuration, but it probably can be implemented. Beware that there might be some glitches with some more obscure syntax. ```elisp (sp-local-pair 'sh-mode "if" "fi"...
I guess nobody made it yet and I don't use much bash.