Skip to content

Instantly share code, notes, and snippets.

@pak11273
Created April 15, 2020 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pak11273/a1a37ddd44dde3c0592eecc40b0ce997 to your computer and use it in GitHub Desktop.
Save pak11273/a1a37ddd44dde3c0592eecc40b0ce997 to your computer and use it in GitHub Desktop.
cvim setup
Clone the repo: git clone https://github.com/antonioyon/chromium-vim.git
Switch branches to issue-716-fix-broken-hints
choco install make
Run npm install and then make.
Go to chrome://extensions in browser and select the "Load Unpacked Extension" button (may need developer mode enabled).
Navigate to the git cloned directory
copy/paste this config: let blacklists = ["*://192.168.68.8:8080","https://mail.google.com/*","*://mail.google.com/*","@https://mail.google.com/mail/*","https://codesandbox.io/*","https://learn.freecodecamp.org/*","https://codepen.io/*"]
Once all of this is done, go back to chrome://extensions and turn off developer mode
ref: https://www.reddit.com/r/chromeos/comments/exo87u/vimiumcvim_extensions_f_key_doesnt_work_on_my/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment