From b572baa96e1eeb7cb715eef4d200e533449412b2 Mon Sep 17 00:00:00 2001 From: Cindy Halim <chalim@gitlab.com> Date: Tue, 25 Feb 2025 12:50:50 +0000 Subject: [PATCH] Web IDE: add Vim keybindings documentation --- doc/user/project/web_ide/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/user/project/web_ide/_index.md b/doc/user/project/web_ide/_index.md index 02b2ff3c134ca..fbd2d02f0d078 100644 --- a/doc/user/project/web_ide/_index.md +++ b/doc/user/project/web_ide/_index.md @@ -191,6 +191,15 @@ In the keyboard shortcuts editor, you can search for: Keybindings are based on your keyboard layout. If you change your keyboard layout, existing keybindings are updated automatically. +### Use Vim keybindings + +Use Vim keybindings to navigate and edit text using keyboard shortcuts from the Vim text editor. +With the [Extensions Marketplace](#extension-marketplace), you can add Vim keybindings to +the Web IDE. + +To enable Vim keybindings, install the [Vim](https://open-vsx.org/extension/vscodevim/vim) +extension. For more information, see [install an extension](#install-an-extension). + ## Change the color theme You can choose between different color themes for the Web IDE. -- GitLab