]> git.friedersdorff.com Git - max/dotfiles.git/blob - vimfx/.vimfx/config.js
Add configuration for qutebrowser
[max/dotfiles.git] / vimfx / .vimfx / config.js
1 ;(function(){
2 vimfx.set("config_file_directory", "~/.vimfx")
3 vimfx.set("mode.normal.history_back", "<c-o>")
4 vimfx.set("mode.normal.history_forward", "<c-f>")
5 })();