LaTeXBox
LaTeXBox copied to clipboard
Keymap bug when used with LaTeXing
When LaTeXBox and LaTeXing are both enabled, there is a bug that seems to stem from your "vim-latex like keymaps" for _ and ^, where the _ or ^ is replaced with a pair of curly braces. With both packages installed, this can be reproduced as follows:
- Start or open a LaTeX document
- Hit $ to create a new inline math environment
- With the cursor directly before the closing $, try to type an equation that uses ^ or _
- Upon typing a single character after the ^ or _, the ^ or _ will disappear and the typed character will be enclosed in { }
I've fixed the issue on my profile with two user-level keymaps for ^ and _ that override yours, but I thought it was worth reporting.
well, i argue that you should only enable one of the two packages...
That's a reasonable argument (although I personally like some features of both). LaTeXing is closed source as far as I know, so it could be annoying to track down the issue. I thought I'd report the conflict, but I won't be mad if you wontfix
it, either. všv
(Oh, and thanks for your useful LaTeXBox package! š )
or you would name some of the features that you love to see in LaTeXBox. If they are not too complicated to implement , perhaps you could just live with LaTeXBox
I think that's probably possible-- I just noticed, for example, that LaTeXBox has a keymap for completing references and citations (LaTeXing pops up an autocompletion box automatically). I will try working with only LaTeXBox and see what I wind up missing and let you know. It might just be a small handful of minor things like extra snippets..