Maestro allows you to push the contents of a CSS buffer to the Browser, allowing to have a "live editing" CSS workflow from your Vim editor.
Choose the one you like
:MaestroCssPush
Pushes the contents your CSS file to the Browser through Maestro.
:MaestroCssAutoPush
Enables automatic content pushes of your CSS file to the Browser through
Maestro. This pushes the CSS contents on 2 different autocommand events,
CursorHoldI
and InsertLeave
:MaestroDisableCssAutoPush
Disables automatic content pushes of your CSS file to the Browser.
If you have been directed to this page, is because you know about the maestro project.
- maestro.vim changes
updatetime
to 800 ms when auto-push is enabled, this is to give instant feedback on CSS changes. When auto-push is disabled the original value is restored.