Skip to content

Commit

Permalink
updated the readme text
Browse files Browse the repository at this point in the history
  • Loading branch information
therealbitkid committed Mar 31, 2011
1 parent 061d896 commit 5b711d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Expand Up @@ -8,7 +8,6 @@ Currently supported keys:
* ^D, ^U, ^F, ^B
* esc, i, dd
* gt, gT, <number>gt
* ''

Currently supported commands:

Expand All @@ -18,14 +17,14 @@ Currently supported commands:
* :%s/@search/@replace

@url should be a valid url. http:// will be added if it is not provided.
@search and @replace needs to be regular expression. Modifiers are supported. Remember though that this is javascript NOT the vim engine.
@search and @replace needs to be regular expression. Modifiers are supported. Remember though that this is the javascript engine NOT the vim engine.

In the preferences for the extension, it is possible to give a list of sites, where the extension should not be loaded. Separate sites by , (comma). Spaces are allowed.

Known issues
------------
* Some pages takes over the keyboard just as this extension does. That means that on some pages the overlay wont show up and wont recieve key combos.
* Some pages makes the gt and gT combos jump past it. This will be addressed before first major release.
* Some pages takes over the keyboard just as this extension does. That means that on some pages the overlay wont show up and wont recieve key strokes.
* Some pages makes the gt and gT combos jump past it.

Contributors
============
Expand Down

0 comments on commit 5b711d6

Please sign in to comment.