vim/keymap: more mappings to center screen when jumping
This commit is contained in:
parent
31bb90d3a4
commit
9df724e7a1
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ local keymap = {
|
|||
-- place destination of important movements in the center of the screen
|
||||
{ 'n', 'nzzzv' },
|
||||
{ 'N', 'Nzzzv' },
|
||||
{ '*', '*zzzv' },
|
||||
{ '#', '#zzzv' },
|
||||
{ 'g*', 'g*zzzv' },
|
||||
{ 'g#', 'g#zzzv' },
|
||||
{ '<c-d>', '<c-d>zzzv' },
|
||||
{ '<c-u>', '<c-u>zzzv' },
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue