From a1aa473440eda2f83feec46c225457b88cf23f1c Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 27 Sep 2010 01:02:42 +1000 Subject: [PATCH] Remove useless example RC files. These would be much better hosted on a wiki or similar. --HG-- extra : rebase_source : bd6887b6dfbcd7393ee58eac4e61afcef7a9a2bb --- pentadactyl/pentadactylrc.example | 21 --------------------- xulmus/xulmusrc.example | 21 --------------------- 2 files changed, 42 deletions(-) delete mode 100644 pentadactyl/pentadactylrc.example delete mode 100644 xulmus/xulmusrc.example diff --git a/pentadactyl/pentadactylrc.example b/pentadactyl/pentadactylrc.example deleted file mode 100644 index e0d5d003..00000000 --- a/pentadactyl/pentadactylrc.example +++ /dev/null @@ -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 <