]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - vimfx/.vimfx/config.js
Use vimfx over vimperator
[max/dotfiles.git] / vimfx / .vimfx / config.js
diff --git a/vimfx/.vimfx/config.js b/vimfx/.vimfx/config.js
new file mode 100644 (file)
index 0000000..8ebd5d7
--- /dev/null
@@ -0,0 +1,5 @@
+;(function(){
+vimfx.set("config_file_directory", "~/.vimfx")
+vimfx.set("mode.normal.history_back", "<c-o>")
+vimfx.set("mode.normal.history_forward", "<c-f>")
+})();