Skip to content
Charles Chiu edited this page Jun 26, 2024 · 55 revisions

The default leader key is <Space>.

  • mode:
    • N -> Normal mode
    • I -> Insert mode
    • V -> Visual mode
  • <C-p> means pressing <Ctrl> and p simultaneously.
  • <A-d> means pressing <Alt> and d simultaneously.
  • <leader>ps means pressing <leader> then p then s.

For macOS users, please refer to this issue to make Alt key work.

Check keybindings at below files:

Note:

  1. Put your cursor begin of the begin quote or bracket then press <A-l> you will jump to the end of the end quote or bracket.
  2. Put your cursor end of the end quote or bracket then press <A-h> you will jump to the begin of the begin quote or bracket.
Clone this wiki locally