quicktex icon indicating copy to clipboard operation
quicktex copied to clipboard

quicktex doesn't trigger

Open mayl opened this issue 7 years ago • 9 comments

I installed quicktex with vundle, but I can't get the expansion to trigger in a .tex file.

So far, I have tried both with and without the README.md dictionaries in my .vimrc. Tried with and without manually setting g:quicktex_trigger and g:quicktex_usedefault enabled and disabled. Have tried uninstalling all other plugins to eliminate quicktex conflicting with something else.

So I'm stumped. What am I doing wrong?

mayl avatar Jul 03 '17 00:07 mayl

Okay, delete all the dictionaries and settings that you've set so far and try setting the trigger to tab instead (let g:quicktex_trigger = "\t"). You can test if works by using any of the keywords found in the README dictionary. If that doesn't work, then this is quite strange.

brennier avatar Jul 03 '17 04:07 brennier

Same here, it just doesn't trigger, even with tab.

edit: Tried on clean vim, nothing changed.

Glamhoth avatar Oct 24 '17 07:10 Glamhoth

That is very strange. Could you let me know the output of vim --version?

brennier avatar Oct 25 '17 20:10 brennier

vim.txt

It's from my windows machine at work, but it doesn't seem to work either.

Glamhoth avatar Oct 26 '17 06:10 Glamhoth

me too

xxzozaxx avatar Oct 26 '17 20:10 xxzozaxx

my vim is the last version

xxzozaxx avatar Oct 26 '17 20:10 xxzozaxx

Here's vim on Arch Linux (hardened kernel 4.13.9.a-1)

vim_linux.txt

Glamhoth avatar Oct 26 '17 21:10 Glamhoth

let g:quicktex_trigger = "\t"

its work , thanks @brennier @Glamhoth : try to set the variable

xxzozaxx avatar Oct 30 '17 08:10 xxzozaxx

I do know that some plugins tend to "override" the mappings of QuickTex. The plugin auto-pairs is definitely an offender. I also know that QuickTex requires Vim 7.8 or above (for dictionary support). Other than that, I'm not entirely sure what the problem could be.

brennier avatar Oct 31 '17 16:10 brennier