Added langmap for russian keyboard layout

This commit is contained in:
Nikita Avgustanov 2025-11-19 14:37:13 +04:00
parent 8f69cbd2aa
commit b79b7fc721
1 changed files with 4 additions and 0 deletions

View File

@ -205,6 +205,10 @@ vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper win
-- vim.keymap.set("n", "<C-S-k>", "<C-w>K", { desc = "Move window to the upper" })
vim.keymap.set('n', '<C-e>', ':Explore<CR>', { desc = 'Open file manager' })
vim.o.langmap =
'ФИСВУАПРШОЛДЬТЩЗЙКЫЕГМЦЧНЯ;ABCDEFGHIJKLMNOPQRSTUVWXYZ,фисвуапршолдьтщзйкыегмцчня;abcdefghijklmnopqrstuvwxyz'
-- [[ Basic Autocommands ]]
-- See `:help lua-guide-autocommands`