mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 20:23:32 +01:00
add another example to the help for :autocmd
This commit is contained in:
@@ -41,4 +41,9 @@ Enable _passthrough_ mode on *some* Google sites:
|
|||||||
|
|
||||||
:au LocationChange .* js modes.passAllKeys = /(www|mail)\.google\.com/.test(buffer.URL)
|
:au LocationChange .* js modes.passAllKeys = /(www|mail)\.google\.com/.test(buffer.URL)
|
||||||
|
|
||||||
|
Set the filetype to mail when editing email at Gmail:
|
||||||
|
|
||||||
|
:au LocationChange .* :set editor=gvim -f
|
||||||
|
:au LocationChange mail\.google\.com :set editor=gvim -f -c 'set ft=mail'
|
||||||
|
|
||||||
// vim: set syntax=asciidoc:
|
// vim: set syntax=asciidoc:
|
||||||
|
|||||||
Reference in New Issue
Block a user