1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge pull request #218 from asmsuechan/feature-vim-keymap

Adds vim keymap setting
This commit is contained in:
Sota Sugiura
2017-01-14 17:03:20 +09:00
committed by GitHub
9 changed files with 35 additions and 2 deletions

View File

@@ -509,6 +509,7 @@ class SnippetNoteDetail extends React.Component {
fontSize={editorFontSize}
indentType={config.editor.indentType}
indentSize={editorIndentSize}
keyMap={config.editor.keyMap}
onChange={(e) => this.handleCodeChange(index)(e)}
ref={'code-' + index}
/>