## Feature request Add an optional Vim keybinding mode for the Monaco editor. ## Implementation Install monaco-vim and toggle it via a user setting. ```js import { initVimMode } from 'monaco-vim'; const vimMode = initVimMode(editor, statusBarNode); ```
Feature request
Add an optional Vim keybinding mode for the Monaco editor.
Implementation
Install monaco-vim and toggle it via a user setting.