mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 14:25:47 +01:00
added sample vimperatorrc, not really useful yet
This commit is contained in:
12
vimperatorrc.example
Normal file
12
vimperatorrc.example
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
" I don't like beeps
|
||||||
|
set nobeep
|
||||||
|
echo vimperatorrc found
|
||||||
|
|
||||||
|
" 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
|
||||||
Reference in New Issue
Block a user