123subhadeep

Results 6 comments of 123subhadeep

@skywind3000 Unfortunately, seems like running -mode=term doesn't trigger AsyncRunStop. The main problem with using quickfix is that, there's just one quickfix window. And many other plugins populate quickfix list as...

I think it'll be even better if this plugin creates a buffer of its own. That way it can keep that singleton (i.e. no more than one runs), also it...

This issue also exists in the FZF's BLines command as well. Created an issue on that as well: https://github.com/junegunn/fzf.vim/issues/1147

I use neovim as well. If you are unable to reproduce it, then it could be due to my configs (though I feel that's unlikely). I will confirm that soon...

I am facing this issue as well. My eyes hurt in diff mode due to high contrast/brightness. @morhetz Is there any way to get around it ?

Seems like removing ".downcase" in these two lines should do the job: https://github.com/schasse/tmux-jump/blob/master/scripts/tmux-jump.rb#L136,L138