vim/keymap: more mappings to center screen when jumping

This commit is contained in:
Fernando Schauenburg 2023-08-18 23:40:49 +02:00
parent 31bb90d3a4
commit 9df724e7a1

View file

@ -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' },