+
+
+
+
+ Set the filetype to mail when editing email at Gmail:
-:autocmd LocationChange !mail\.google\.com :set editor=gvim -f
-:autocmd LocationChange mail\.google\.com :set editor=gvim -f -c 'set ft=mail'
+:autocmd LocationChange !mail\.google\.com gvim -f
+:autocmd LocationChange mail\.google\.com gvim -f -c 'set ft=mail'
diff --git a/common/locale/en-US/map.xml b/common/locale/en-US/map.xml
index 8cc983e6..298c74e6 100644
--- a/common/locale/en-US/map.xml
+++ b/common/locale/en-US/map.xml
@@ -386,7 +386,7 @@
works like
:map \h :echo Hello
but after
-:set mapleader=,
+ it works like
:map ,h :echo Hello
diff --git a/common/locale/en-US/options.xml b/common/locale/en-US/options.xml
index 91c1a7b1..2ca61d20 100644
--- a/common/locale/en-US/options.xml
+++ b/common/locale/en-US/options.xml
@@ -151,11 +151,11 @@
For list options, toggle the specified values.
If the option is a list, the given values are toggled. Given,
-:set opt=foo,bar
+ then,
-:set opt!=foo,baz
+ has the same result as
-:set opt=bar,baz
+
- The order is important, such that
:se lpl^= !foobar-plugin
+
Alternatively, you can specify which plugins to load and which to
omit in your
:set loadplugins= !foo|bar ,\.(js|&dactyl.fileExt;)$
+ That will load all plugins but foo and bar.
@@ -1135,7 +1135,7 @@ through directly to &dactyl.host;, and are not processed by &dactyl.appName; in any way. -Example:
-:set runtimepath=~/my&dactyl.name;,~/.&dactyl.name;
+ This will search for plugins in both @@ -1427,7 +1427,7 @@ Set the application name shown after the current page title in &dactyl.host;'s title bar.
-:open google Linux | wikipedia Arch Linux | imdb March of the Penguins
+ :open google Linux | wikipedia Arch Linux | imdb Serenity
@@ -1540,7 +1540,7 @@
the following will ignore object files and Vim swap files:
- :set wildignore=\.o$ ,^\..*\.s[a-z]{2}$
+ :set guioptions +=mT
+
If you have trouble remembering commands or keyboard shortcuts, you can
bring up this help page at any time by typing
:set go+=mTB
+
where
However, in this author's opinion, the best way to get familiar with
&dactyl.appName; is to leave these disabled for now. (The above action can be
- reversed with
Alternatively, you can do this the old-fashioned way: re-enable the menubar,
- as above, with