obsidian-latex-suite icon indicating copy to clipboard operation
obsidian-latex-suite copied to clipboard

Possible to change expansion key?

Open Caayo opened this issue 1 year ago • 3 comments

I use Ultisnips in nvim and had my ultisnips expand trigger set to "ht" when typed consecutively (using dvorak). Is it possible to change the trigger rather then using TAB?

i.e. let g:UltiSnipsJumpForwardTrigger = 'ht' " use ht to jump forward a trigger let g:UltiSnipsExpandTrigger = 'ht' " use ht to expand snippets let g:UltiSnipsJumpBackwardTrigger = 'th' " use th to jump backward a trigger

Caayo avatar Nov 08 '22 03:11 Caayo