nvim russian mappings

This commit is contained in:
thek4n 2024-03-29 23:38:21 +03:00
parent dfb5b0ce28
commit 2a4b7b17d2

View File

@ -35,6 +35,8 @@ map('n', '<Leader>hl', create_function_tabdo('lua toggle_number_style()'),
map('i', 'jf', '<ESC>`^') map('i', 'jf', '<ESC>`^')
map('i', 'оа', '<ESC>`^') map('i', 'оа', '<ESC>`^')
map('n', 'Ж', ':')
map('n', '<Enter>', 'o<ESC>') map('n', '<Enter>', 'o<ESC>')
map('n', '<Space>', 'O<ESC>') map('n', '<Space>', 'O<ESC>')