Added langmap for russian keyboard layout
This commit is contained in:
parent
8f69cbd2aa
commit
b79b7fc721
4
init.lua
4
init.lua
|
|
@ -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-S-k>", "<C-w>K", { desc = "Move window to the upper" })
|
||||||
|
|
||||||
vim.keymap.set('n', '<C-e>', ':Explore<CR>', { desc = 'Open file manager' })
|
vim.keymap.set('n', '<C-e>', ':Explore<CR>', { desc = 'Open file manager' })
|
||||||
|
|
||||||
|
vim.o.langmap =
|
||||||
|
'ФИСВУАПРШОЛДЬТЩЗЙКЫЕГМЦЧНЯ;ABCDEFGHIJKLMNOPQRSTUVWXYZ,фисвуапршолдьтщзйкыегмцчня;abcdefghijklmnopqrstuvwxyz'
|
||||||
|
|
||||||
-- [[ Basic Autocommands ]]
|
-- [[ Basic Autocommands ]]
|
||||||
-- See `:help lua-guide-autocommands`
|
-- See `:help lua-guide-autocommands`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue