Skip to content

Instantly share code, notes, and snippets.

@nghialuffy
Last active September 23, 2023 14:45
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 nghialuffy/b3105de9f05f19d3c07e648b259465a1 to your computer and use it in GitHub Desktop.
Save nghialuffy/b3105de9f05f19d3c07e648b259465a1 to your computer and use it in GitHub Desktop.
Install Vim Vixen and fix an error

Install Vim Vixen extension and fix an error

Install

  1. Download and install the appons here

https://addons.mozilla.org/en-US/firefox/addon/vim-vixen/

Fix an error

  1. May be we will get an error "White Vim Vixen Console frame always visible"

  2. Go to menu of firefox -> Help -> More troubleshooting information or "about:support"

  3. Click Profile Directory and create the chrome folder on that folder.

  4. Create the userChrome.txt on chrome folder and parse the CSS script

.vimvixen-console-frame {
  height: 0px;
  color-scheme: light !important;
}
  1. Go to "about:config" on the Firefox browser

  2. Enter the following text in the search box toolkit.legacyUserProfileCustomizations.stylesheets

  3. Set that option to True.

  4. Restart Firefox

Ref:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment