Created
May 10, 2016 11:44
-
-
Save Adaephon-GH/ae5824c1ba94d797a24fa659f09c3331 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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