Skip to content

joseriosneto/qupzilla-vimplugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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