Skip to content

Instantly share code, notes, and snippets.

@Adaephon-GH
Created May 10, 2016 11:44
Show Gist options
  • Save Adaephon-GH/ae5824c1ba94d797a24fa659f09c3331 to your computer and use it in GitHub Desktop.
Save Adaephon-GH/ae5824c1ba94d797a24fa659f09c3331 to your computer and use it in GitHub Desktop.
// config_file_directory needs to be set up-front in about:config.
// The directory needs to contain a config.js and a frame.js, which may be empty
// Reload the configuration with `zr`.
vimfx.set('config_file_directory', '~/.config/vimfx')
vimfx.set('hint_chars', 'eaiuclvxow')
vimfx.set('prevent_autofocus', true)
vimfx.set('next_patterns', 'next › » ▶ → >> > more older vorherige')
vimfx.set('prev_patterns', 'prev previous ‹ « ◀ ← << < back newer nächste')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment