fix(nvim p mapping)

This commit is contained in:
thek4n 2024-02-16 16:25:54 +03:00
parent 4d434ccc80
commit 14c5f4d6c7

View File

@ -44,7 +44,7 @@ map('n', '<bs>', '"_X')
-- Put without overwrite yanked text
map({'n', 'v'}, 'p', 'P')
map('v', 'p', 'P')
-- Increment/decrement