fix(nvim): mappings

This commit is contained in:
thek4n 2024-07-01 15:42:27 +03:00
parent 1b29f09a62
commit 087f204a75

View File

@ -57,7 +57,7 @@ map('n',
map('n', 'Ж', ':')
map('n', '<Enter>', 'o<ESC>')
map('n', '<Space>', 'O<ESC>')
-- x to blackhole
map({'n', 'v'}, 'x', '"_x')