Andrii Andrieiev

Results 2 comments of Andrii Andrieiev

Quite a primitive workaround: ``` vim nnoremap f :call RunCtrlP() fun! RunCtrlP() lcd %:p:h if (getcwd() == $HOME) echo "Can't run in \$HOME" return endif CtrlP endfunc ``` Note that...

I noticed a lag in the text fields which are highly JS'ed (like Gmail compose window), while others (including this, where I'm writing this comment) work with almost immediate feedback.