1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 08:12:27 +01:00

changed vimperatorrc.example

This commit is contained in:
Martin Stubenschrott
2008-02-03 18:33:42 +00:00
parent a994d42a56
commit caba7c1a2f

View File

@@ -3,6 +3,10 @@
" I don't like beeps
set visualbell
" autoignore mode on certain pages
:autocmd PageLoad .* :js modes.passAllKeys = /gmail\.com/.test(buffer.URL)
" embedded javascript is possible
" You can even add new functions which are then available in the :js command
javascript <<EOF