@codemirror/commands
Advanced tools
Changelog
0.17.2 (2021-01-22)
The new insertTab
command inserts a tab when nothing is selected, and defers to indentMore
otherwise.
The package now exports a defaultTabBinding
object that provides a recommended binding for tab (if you must bind tab).