joseriosneto / qupzilla-vimplugin

Add vim command set to QupZilla.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Plugin for QupZilla

How awesome is Vimium? This plugin try to port its functionalities to QupZilla.

Compiling

The easiest way as the other plugins is to copy the plugin directory to QupZilla's source tree (ie, in qupzilla/src/plugins) and compile the browser.

For building outside QupZilla's tree you need to export the QUPZILLA_SRCDIR environment variable with QupZilla's source directory. For instance, if QupZilla was cloned in ~/workspace/ in Linux:

$ export QUPZILLA_SRCDIR=$HOME/workspace/qupzilla/

Then you can compile running these commands:

$ qmake
$ make
$ sudo make install

Keyboard Bindings

Navigating the current page:

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 half page down
u       scroll half page up
r       reload page

Tabs:

J       previous tab
K       next tab
x       close current tab
X       restore last closed tab

About

Add vim command set to QupZilla.

License:GNU General Public License v3.0


Languages

Language:C++ 91.2%Language:QMake 7.5%Language:HTML 1.3%