summaryrefslogtreecommitdiffstats
path: root/vimfx/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'vimfx/config.js')
-rw-r--r--vimfx/config.js26
1 files changed, 26 insertions, 0 deletions
diff --git a/vimfx/config.js b/vimfx/config.js
new file mode 100644
index 0000000..cc768f4
--- /dev/null
+++ b/vimfx/config.js
@@ -0,0 +1,26 @@
+vimfx.set('mode.normal.copy_current_url', 'y');
+vimfx.set('mode.normal.history_back', '<C-h>');
+vimfx.set('mode.normal.history_forward', '<C-l>');
+
+vimfx.set('mode.normal.scroll_half_page_down', 'J');
+vimfx.set('mode.normal.scroll_half_page_up', 'K');
+vimfx.set('mode.normal.scroll_to_left', '0 ) _');
+vimfx.set('mode.normal.scroll_to_mark', '\'');
+
+vimfx.set('mode.normal.tab_select_previous', 'H');
+vimfx.set('mode.normal.tab_select_next', 'L');
+vimfx.set('mode.normal.tab_close', 'd');
+vimfx.set('mode.normal.tab_restore', 'u');
+
+vimfx.set('mode.normal.enter_mode_ignore', '<C-v>');
+vimfx.set('mode.normal.dev', ': ,');
+
+vimfx.set('notify_entered_keys', true);
+vimfx.set('smoothScroll.lines.spring-constant', '400');
+vimfx.set('smoothScroll.pages.spring-constant', '2000');
+vimfx.set('scroll.last_position_mark', '\'');
+
+// XXX pocket
+// XXX tab groups
+// XXX search existing buffers (possible? or is awesomebar fine?)
+// XXX quit?