mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 17:07:58 +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:
@@ -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:
|
||||
@@ -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:
|
||||
Reference in New Issue
Block a user