From 486ba68a42e2ba7b96a7a14b0ae34aca7ac7e780 Mon Sep 17 00:00:00 2001 From: Jez Ng Date: Sun, 19 Aug 2012 00:50:45 -0700 Subject: Convert options.js -> options/options.coffee. --- options/options.html | 227 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 options/options.html (limited to 'options/options.html') diff --git a/options/options.html b/options/options.html new file mode 100644 index 00000000..93a402fb --- /dev/null +++ b/options/options.html @@ -0,0 +1,227 @@ + + + Vimium Options + + + + + + + + + + + + + + + +

Vimium - Options

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Scroll step size + px +
+ Excluded URLs
+
+
+ e.g. http*://mail.google.com/*
+ This will disable Vimium on Gmail.

+ Enter one URL per line.
+
+
+ +
+ Advanced options » +
Custom key
mappings
+
+
+ + Enter commands to remap your keys. Available commands:
+
+ map j scrollDown
+ unmap j
+ unmapAll
+ " this is a comment
+ # this is also a comment
+
+ Show available commands. +
+
+ +
Characters used
for link hints
+
+
+ The characters placed next to each link after typing "F" to enter link hinting mode. +
+
+ +
CSS for link hints +
+
+ The CSS used to style the characters next to each link hint.

+ Note: these styles are used in addition to and take precedence over Vimium's + default styles. +
+
+ +
+
+
+ After typing "F" to enter link hinting mode, this option lets you type the text of a link + to select it. +
+
+ +
+
+
+ The Heads-Up Display appears when typing into text boxes. +
+
+ +
Previous Patterns +
+
+ Vimium will match against these patterns when using the "navigate to the previous page" + command. +
+
+ +
Next Patterns +
+
+ Vimium will match against these patterns when using the "navigate to the next page" command. +
+
+ +
+ +
+ + +
+ +
+ +
+ To view all available shortcuts, type ? to show the Vimium help dialog. +
+ + -- cgit v1.2.3