An open API service indexing awesome lists of open source software.

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

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.