Skip to content

enterstudio/vimari

 
 

Repository files navigation

NOTE: If you have a pre 1.2 version of Vimari, you need to manually update to the latest version as there is a bug in the auto-update code. Versions post 1.2 will automatically update to the lastest version.

Vimari - Keyboard Shortcuts extension for Safari

Vimari is a Safari extension that provides keyboard based navigation. The code is heavily based on vimium, a Chrome extension that provides much more extensive features.

Vimari attempts to provide a lightweight port of vimium to Safari, taking the best components of vimium and adapting them to Safari.

Releases

Installation Instructions

Click the download link below and double-click the file to get the latest version of vimari:

https://github.com/guyht/vimari/releases/latest

Screenshot

Screenshot

Usage

Settings

Command Prefix - Modifier key to hold down with your action key. If you leave it blank you don't need to hold down anything (default setting).

Excluded URLs - Comma separated list of website URLs you don't want to use vimari with. To exclude GitHub for example, provide the value github.com or http://github.com. It's smart and should handle all possible domain cases though.

Link Hint Characters - Allowed characters to be used when generating link shortcuts.

Extra detection by cursor style - Detect clickable links by looking for HTML elements having cursor style set to "pointer".

Scroll Size - How much each scroll will move on the page.

Keyboard Bindings

These are the default keyboard bindings, they can all be changed in the settings of the extension. You can find them in Preferences->Extensions.

In-page navigation

f       Toggle links
F       Toggle links (open link in new tab)
k       Scroll up
j       Scroll down
h       Scroll left
l       Scroll right
u       Scroll up half page
d       Scroll down half page
g g     Go to top of page
G       Go to bottom of page

Page/Tab navigation

H       History back
L       History forward
r       Reload
w       Next tab
q       Previous tab
x       Close current tab and go to left tab
X       Close current tab and go to right tab
t       Open new tab

License

Copyright (c) 2011 Guy Halford-Thompson. See MIT-LICENSE.txt for details.

About

Safari port of vimium

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.0%
  • CSS 3.6%
  • Other 0.4%