CodeMirror docs say default tab width is 4, but it was somehow only indenting 2.
This commit is contained in:
parent
326ce247ef
commit
3342ed4c55
@ -31,7 +31,8 @@
|
||||
keyMap: "vim",
|
||||
matchBrackets: true,
|
||||
showCursorWhenSelecting: true,
|
||||
viewportMargin: Infinity
|
||||
viewportMargin: Infinity,
|
||||
tabSize: 4
|
||||
});
|
||||
// Add my .vimrc stuff.
|
||||
CodeMirror.Vim.map('jj', '<Esc>', 'insert')
|
||||
|
Loading…
Reference in New Issue
Block a user