Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Vimium | 20,202 | 10 days ago | 1,098 | mit | JavaScript | |||||
The hacker's browser. | ||||||||||
Bind.js | 689 | 7 | 1 | 3 years ago | 17 | November 19, 2020 | 19 | JavaScript | ||
bind.js - simple two way data binding to HTML and callbacks | ||||||||||
Bindgen | 152 | 2 years ago | 26 | gpl-3.0 | Crystal | |||||
Binding and wrapper generator for C/C++ libraries | ||||||||||
Moya Modelmapper | 134 | 38 | 3 years ago | 27 | February 18, 2020 | 6 | mit | Swift | ||
ModelMapper bindings for Moya. | ||||||||||
Lychee | 115 | 3 months ago | 1 | May 27, 2021 | 15 | apache-2.0 | Kotlin | |||
The most complete and powerful data-binding library and persistence infra for Kotlin 1.5, Android & Splitties Views DSL, JavaFX & TornadoFX, JSON, JDBC & SQLite, HTTP, SharedPreferences. | ||||||||||
Umbel | 89 | 7 years ago | 1 | |||||||
UMBEL (Upper Mapping and Binding Exchange Layer) has two purposes. Its first purpose is to provide a general vocabulary (the UMBEL "vocabulary") of classes and predicates for describing domain ontologies, with the specific aim of promoting interoperability with external datasets and domains. The second purpose is to provide a coherent framework of broad subjects and topics (the UMBEL "reference concepts"), suitable as binding nodes for mapping relevant Web-accessible content, also with the specific aim of promoting interoperability and to reason over a coherent reference structure and its linked resources. UMBEL presently has about 28,000 of these reference concepts drawn from the Cyc knowledge base, which are organized into more than 30 mostly disjoint SuperTypes. | ||||||||||
Pyparted | 80 | 40 | 2 | 3 months ago | 8 | March 31, 2022 | 12 | gpl-2.0 | C | |
Python bindings for GNU parted (libparted) | ||||||||||
Vim Macrobatics | 71 | a year ago | 5 | mit | Vim script | |||||
Plugin for Vim that makes it easier to record / play / edit macros | ||||||||||
Lunatik Ng | 59 | 7 years ago | 1 | C | ||||||
Linux Kernel Lua Scripting Engine | ||||||||||
Readline Vim | 53 | 14 | 7 | 10 years ago | 10 | October 16, 2013 | 1 | mit | JavaScript | |
Adds vim bindings to nodejs readline. |
Vimium is a browser extension that provides keyboard-based navigation and control of the web in the spirit of the Vim editor.
Installation instructions:
Install via the Chrome web store or the Firefox Addons site.
To install from source, see here.
Vimium's Options page can be reached via a link on the help dialog (type ?
) or via the button next to Vimium
on the extension pages of Chrome (chrome://extensions
) or Firefox (about:addons
).
Modifier keys are specified as <c-x>
, <m-x>
, and <a-x>
for ctrl+x, meta+x, and alt+x
respectively. For shift+x and ctrl-shift-x, just type X
and <c-X>
. See the next section for how to
customize these bindings.
Once you have Vimium installed, you can see this list of key bindings at any time by typing ?
.
Navigating the current page:
? show the help dialog for a list of all available keys
h scroll left
j scroll down
k scroll up
l scroll right
gg scroll to top of the page
G scroll to bottom of the page
d scroll down half a page
u scroll up half a page
f open a link in the current tab
F open a link in a new tab
r reload
gs view source
i enter insert mode -- all commands will be ignored until you hit Esc to exit
yy copy the current url to the clipboard
yf copy a link url to the clipboard
gf cycle forward to the next frame
gF focus the main/top frame
Navigating to new pages:
o Open URL, bookmark, or history entry
O Open URL, bookmark, history entry in a new tab
b Open bookmark
B Open bookmark in a new tab
Using find:
/ enter find mode
-- type your search query and hit enter to search, or Esc to cancel
n cycle forward to the next find match
N cycle backward to the previous find match
For advanced usage, see regular expressions on the wiki.
Navigating your history:
H go back in history
L go forward in history
Manipulating tabs:
J, gT go one tab left
K, gt go one tab right
g0 go to the first tab. Use ng0 to go to n-th tab
g$ go to the last tab
^ visit the previously-visited tab
t create tab
yt duplicate current tab
x close current tab
X restore closed tab (i.e. unwind the 'x' command)
T search through your open tabs
W move current tab to new window
<a-p> pin/unpin current tab
Using marks:
ma, mA set local mark "a" (global mark "A")
`a, `A jump to local mark "a" (global mark "A")
`` jump back to the position before the previous jump
-- that is, before the previous gg, G, n, N, / or `a
Additional advanced browsing commands:
]], [[ Follow the link labeled 'next' or '>' ('previous' or '<')
- helpful for browsing paginated sites
<a-f> open multiple links in a new tab
gi focus the first (or n-th) text input box on the page. Use <tab> to cycle through options.
gu go up one level in the URL hierarchy
gU go up to root of the URL hierarchy
ge edit the current URL
gE edit the current URL and open in a new tab
zH scroll all the way left
zL scroll all the way right
v enter visual mode; use p/P to paste-and-go, use y to yank
V enter visual line mode
Vimium supports command repetition so, for example, hitting 5t
will open 5 tabs in rapid succession. <Esc>
(or <c-[>
) will clear any partial commands in the queue and will also exit insert and find modes.
There are some advanced commands which aren't documented here; refer to the help dialog (type ?
) for a full
list.
You may remap or unmap any of the default key bindings in the "Custom key mappings" on the options page.
Enter one of the following key mapping commands per line:
map key command
: Maps a key to a Vimium command. Overrides Chrome's default behavior (if any).unmap key
: Unmaps a key and restores Chrome's default behavior (if any).unmapAll
: Unmaps all bindings. This is useful if you want to completely wipe Vimium's defaults and start
from scratch with your own setup.Examples:
map <c-d> scrollPageDown
maps ctrl+d to scrolling the page down. Chrome's default behavior of bringing up
a bookmark dialog is suppressed.map r reload
maps the r key to reloading the page.unmap <c-d>
removes any mapping for ctrl+d and restores Chrome's default behavior.unmap r
removes any mapping for the r key.Available Vimium commands can be found via the "Show available commands" link near the key mapping box on the options page. The command name appears to the right of the description in parenthesis.
You can add comments to key mappings by starting a line with "
or #
.
The following special keys are available for mapping:
<c-*>
, <a-*>
, <s-*>
, <m-*>
for ctrl, alt, shift, and meta (command on Mac) respectively with any key. Replace *
with the key of choice.<left>
, <right>
, <up>
, <down>
for the arrow keys.<f1>
through <f12>
for the function keys.<space>
for the space key.<tab>
, <enter>
, <delete>
, <backspace>
, <insert>
, <home>
and <end>
for the corresponding non-printable keys (version 1.62 onwards).Shifts are automatically detected so, for example, <c-&>
corresponds to ctrl+shift+7 on an English keyboard.
Many of the more advanced or involved features are documented on Vimium's GitHub wiki. Also see the FAQ.
See CONTRIBUTING.md for details.
See CHANGELOG for the major changes in each release.
Copyright (c) Phil Crosby, Ilya Sukhar. See MIT-LICENSE.txt for details.