From d88ef92b392daf711d35a8f65103f6f4abb3ad8c Mon Sep 17 00:00:00 2001 From: Sheppy Date: Sat, 18 Mar 2017 18:23:34 +0100 Subject: [PATCH] added chromium addon config --- other/vimium_chrome | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 other/vimium_chrome diff --git a/other/vimium_chrome b/other/vimium_chrome new file mode 100644 index 0000000..e603ba9 --- /dev/null +++ b/other/vimium_chrome @@ -0,0 +1,21 @@ +# Insert your preferred key mappings here. +map ww scrollToTop +map ss scrollToBottom + +unmap h +unmap j + +map h scrollPageUp +map j scrollPageDown + +map a scrollLeft +map d scrollRight +map s scrollDown +map w scrollUp +map q previousTab +map e nextTab +map c scrollPageDown +map y scrollPageUp + +map A goBack +map D goForward