Created
April 15, 2020 16:38
-
-
Save pak11273/a1a37ddd44dde3c0592eecc40b0ce997 to your computer and use it in GitHub Desktop.
cvim setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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