ri-aje

Results 28 comments of ri-aje

not quite the same thing. my tag file is pretty big, several GBs. fzf `Tags` spent quite some time just to parse the whole thing. before my target tags are...

> Gotcha, you want to use fast builtin tab completion for tags instead of loading the entire tags file and fzf filtering. > > Regarding builtin tab completion — does...

thanks. adopted a bit. looks like working now. ```viml noremap i l nnoremap u i let g:targets_aiAI = 'auAU' let g:targets_mapped_aiAI = 'aiAI' ``` will try a few more days...

> thanks. adopted a bit. looks like working now. > > ```viml > noremap i l > nnoremap u i > let g:targets_aiAI = 'auAU' > let g:targets_mapped_aiAI = 'aiAI'...

> > thanks. adopted a bit. looks like working now. > > ```viml > > noremap i l > > nnoremap u i > > let g:targets_aiAI = 'auAU' >...

> Hmm. I tried a few things but didn't get anything working. > > But then I disabled targets.vim and put only these mappings in my vimrc: > > ```viml...

> Yes exactly. So maybe you want to open a Vim/Neovim issue about that? how do I do that for vim? and still, `nnoremap u i` results in no `u->i`...

> > Hmm. I tried a few things but didn't get anything working. > > But then I disabled targets.vim and put only these mappings in my vimrc: > >...

> No, `xnoremap r p` doesn't work for some reason, though `xnoremap r w` works and possibly other text objects. I cannot repro. for me, neither `noremap r p` nor...

> That is because https://github.com/lxyu/pinyin/blob/master/pinyin/pinyin.py#L19-L20 only takes the first option and > > https://github.com/lxyu/pinyin/blob/f9cac5902b0cfaf91d93af633dfc75a51d2bf0cd/pinyin/Mandarin.dat#L6391 > > has two. In all cases with multiple options what is the correct way to...