https://github.com/sethfowler/vimlike-extended
Fork of the Vimlike Safari Extension
https://github.com/sethfowler/vimlike-extended
Last synced: over 1 year ago
JSON representation
Fork of the Vimlike Safari Extension
- Host: GitHub
- URL: https://github.com/sethfowler/vimlike-extended
- Owner: sethfowler
- Created: 2012-01-09T02:26:16.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-24T05:35:23.000Z (over 14 years ago)
- Last Synced: 2025-01-11T23:42:02.983Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 191 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vimlike-extended
================
This is a fork of the vimlike Safari extension, found at:
http://code.google.com/p/vimlike-onsafari/
It contains the following changes:
- Scrolling commands (h, j, k, l) now correctly scroll in one dimension without affecting the other.
- Added support for ex-mode, which you can enter by pressing ':' and exit by pressing escape.
- Added the ':e' command, which loads a new web page. "http://" will be added automatically if no protocol is specified.
- Added the ':go' command, which performs a Google search.
- Added the ':gy' command, which performs a YouTube search.