1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 13:17:59 +01:00

Remove useless example RC files.

These would be much better hosted on a wiki or similar.

--HG--
extra : rebase_source : bd6887b6dfbcd7393ee58eac4e61afcef7a9a2bb
This commit is contained in:
Doug Kearns
2010-09-27 01:02:42 +10:00
parent 59a65053a7
commit a1aa473440
2 changed files with 0 additions and 42 deletions

View File

@@ -1,21 +0,0 @@
" TODO: add some useful examples
" 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
hello = function(name)
{
alert("Hello world: " + name);
}
EOF
echo "pentadactylrc sourced"
" vim: ft=pentadactyl:

View File

@@ -1,21 +0,0 @@
" TODO: add some useful examples
" 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
hello = function(name)
{
alert("Hello world: " + name);
}
EOF
echo "xulmusrc sourced"
" vim: ft=xulmus: