From e2adb4689e5d04751eda0c6f87f0e449d07fec18 Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Mon, 15 Apr 2024 16:36:27 +0200 Subject: [PATCH] Correct documentation for vim mode. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a071487..8963c37 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ The online [Faust IDE](https://faustide.grame.fr) can be used to _edit_, _compil #### Code Editing The editor engine is based on [Monaco Editor](https://microsoft.github.io/monaco-editor/). It provides _syntax highlighting_, _auto completion_, _code hinting_ and direct access to the _online documentation_. The documentation command (Ctrl-D) uses the function name at the cursor position to locate the relevant information. +#### Vim Mode Support +The Monaco Editor supports an optional mode for Vim users. To enable it, open the command pane (F1) and search for 'Toggle Vim Mode'. The same command is used to desactivate this functionality. Alternatively, you can right click on the editor and press 'Open Command Palette' to open the contextual menu. + #### Project Files Several DSP files can be added in the top-left *Project Files* section and edited independently. Any non standard library, like a *foo.lib* file, can simply be added by drag/drop, then used in the DSP code with `import("foo.lib");`. DSP files or libraries can also be loaded or saved with the *Upload* and *Save As* buttons in the left column. @@ -104,9 +107,6 @@ if __name__ == "__main__": Here are polyphonic [samplers examples](https://github.com/sletz/faust-sampler). -#### Vim Mode Support -The Monaco Editor supports an optional mode for Vim users. To enable it, check the left side bar and activate the corresponding checkbox. - ## Recommended Browsers The recommended browsers are the latest versions of Chrome and Firefox for AudioWorklet and MIDI, but it requires an https connection to use the audio inputs.