Skip to content

Commit

Permalink
Bumped version to 0.4.6 and updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akhodakivskiy committed Mar 26, 2013
1 parent 7d9bea1 commit 392b792
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Global shortcut to enable/disable VimFx: `Shift-Alt-v`
p Navigate to the address in the clipboard
P Open new tab and navigate to the address in the clipboard
yf Copy link url to the clipboard
vf Focus element
yy Copy current page link to the clipboard
r Reload current page
R Reload current page and all the assets (js, css, etc.)
Expand All @@ -57,8 +58,8 @@ Global shortcut to enable/disable VimFx: `Shift-Alt-v`

gg Scroll to the Top of the page
G Scroll to the Bottom of the page
j c-e Scroll Down
k c-y Scroll Up
j,c-e Scroll Down
k,c-y Scroll Up
h Scroll Left
l Scroll Right
d Scroll half a Page Down
Expand All @@ -69,13 +70,13 @@ Global shortcut to enable/disable VimFx: `Shift-Alt-v`
### Tabs

t Open New Blank tab
J gT Go to the Previous tab
K gt Go to the Next tab
J,gT Go to the Previous tab
K,gt Go to the Next tab
c-J Move current tab to the Left
c-K Move current tab to the Right
gh Navigate to the Home Page
gH g0 Go to the First tab
gL g$ Go to the Last tab
gH,g0 Go to the First tab
gL,g$ Go to the Last tab
x Close current tab
X Restore last closed tab

Expand All @@ -89,6 +90,7 @@ Global shortcut to enable/disable VimFx: `Shift-Alt-v`
### Misc

.,/ Enter Find mode
a.,a/ Enter Find mode to highlight all matches
n Go to the next Find match
N Go to the previous Find match
?,> Show Help Dialog
Expand Down Expand Up @@ -169,3 +171,12 @@ Global shortcut to enable/disable VimFx: `Shift-Alt-v`
- Don't close pinned tabs when pressing x (@grn).
- Switched to Makefile for building the extension release (@carno).
- Mrakers CSS tweaks (@helmuthdu)

0.4.6 (27 Mar 2013)

- Reimplemented find mode: CJK support, performace boost
- `a/` or `a.` to highlight all matches of the search string on the page
- Hint markers will now reach into iframes
- Key handling is disabled when a popupmenu or panel are shown
- `yf` will now also focus links and copy values from text/textarea element
- `vf` will show hit markers to focus the underlying element
2 changes: 1 addition & 1 deletion extension/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>[email protected]</em:id>
<em:homepageURL>http://www.github.com/akhodakivskiy/VimFx</em:homepageURL>
<em:version>0.4.5</em:version>
<em:version>0.4.6</em:version>
<em:type>2</em:type>
<em:bootstrap>true</em:bootstrap>
<em:optionsType>2</em:optionsType>
Expand Down

0 comments on commit 392b792

Please sign in to comment.