Results 6 comments of abe312

I just realised that normal navigation "hjkl" isn't working in pdf opened in chrome either... any help will be appreciated :) and I'm not in insert mode

is it possible that some 3rd party pdf plugin would have support for vimium?

thanks for that man. But after installing pdf.js extension, I found out that it does support navigation, but the navigation isn't continuous scroll like down arrow key. it is using...

> `python manage.py shell` ``` from django.contrib.sites.models import Site one = Site.objects.all()[0] one.domain = 'myveryspecialdomain.com' one.name = 'My Special Site Name' one.save() one.id() #save this id to SIDE_ID in settings.py...

yup! I uploaded the same to pypi under subdomains so you could simply: pip install subdomains

The fix I used was nvm use 8 and then `yarn add react-bidirectional-infinite-scroll` It worked since I wasn't using anything that would require later node versions