Skip to content
Charles Chiu edited this page Jun 27, 2024 · 54 revisions

The default <leader> key is <Space>.

  • Modes:

    • N --> Normal mode
    • I --> Insert mode
    • V --> Visual mode
  • <C-p> indicates pressing <Ctrl> and p simultaneously.

  • <A-d> indicates pressing <Alt> and d simultaneously.

  • <leader>ps means pressing <leader>, followed by p, then s.

For macOS users, refer to this issue to enable the Alt key functionality.

For detailed keybindings and their explanations, check out the following files:

You can also access this information within the editor:

  • Press <C-p> in normal mode.
  • Use :WhichKey in command mode.
  • Start typing the prefix of the keymap of interest.
Clone this wiki locally