1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-30 19:32:26 +01:00

esc -> C-c to stop page

:stop command added
This commit is contained in:
Martin Stubenschrott
2007-04-24 21:06:57 +00:00
parent a98f9fd379
commit dc0af86c32
4 changed files with 24 additions and 6 deletions

View File

@@ -1,12 +1,15 @@
<pre>
date:
* version 0.4
* Esc now doesn't stop loading the webpage, use Ctrl-c instead, :stop command added
* changed hinttags to work with dict.leo.org and hintstyle to work with digg.com
* :back! goes to beginning of history now
* diabled firefox 3.0 support for now, as there are just too many small
bugs
* :help <section> supported, :help set will show help for the :set command
* :help section supported, :help set will show help for the :set command
(patch from Viktor Kojouharov)
* :source support, and auto-sourcing ~/.vimperatorrc on startup
* :javascript <<EOF support to execute multiline javascript code
* fixed saving of session
* fixed hints display when zooming in/out of a web page
* added 'B' command for continous buffer display