CodeMirror 2: Full Screen Editing

  <dt id="option_indentWithTabs"><code>indentWithTabs (boolean)</code></dt>
 1
2
3
4
5
6
 
  <dt id="option_indentWithTabs"><code>indentWithTabs (boolean)</code></dt>
  <dd>Whether, when indenting, the first N*8 spaces should be
  replaced by N tabs. Default is false.</dd>
 
  <dt id="option_tabMode"><code>tabMode (string)</code></dt>
  <dd>Determines what happens when the user presses the tab key.

Press F11 (or ESC in Safari on Mac OS X) when cursor is in the editor to toggle full screen editing.