-
Notifications
You must be signed in to change notification settings - Fork 459
Keybindings
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>
andp
simultaneously. -
<A-d>
means pressing<Alt>
andd
simultaneously. -
<leader>ps
means pressing<leader>
thenp
thens
.
For macOS
users, please refer to this issue to make Alt
key work.
Check keybindings at below files:
- lua/core/mapping.lua
- lua/keymap/init.lua
- lua/keymap/completion.lua
- lua/keymap/editor.lua
- lua/keymap/lang.lua
- lua/keymap/tool.lua
- lua/keymap/ui.lua
Note:
- 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. - 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.