mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-06-18 19:04:26 +00:00
nvim: remove xkb-switch
This commit is contained in:
parent
c83f16fb45
commit
1425f4433d
1 changed files with 0 additions and 7 deletions
|
|
@ -149,13 +149,6 @@ vim.api.nvim_create_autocmd('TermOpen', {
|
||||||
command = 'setlocal nonumber',
|
command = 'setlocal nonumber',
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Switch the keyboard layout to English (US) when leaving Insert Mode
|
|
||||||
vim.api.nvim_create_autocmd('InsertLeave', {
|
|
||||||
group = vim.api.nvim_create_augroup('SwitchToEnglishOnLeave', { clear = true }),
|
|
||||||
pattern = '*',
|
|
||||||
command = 'silent !xkb-switch -s us',
|
|
||||||
})
|
|
||||||
|
|
||||||
--[[ cfg_keymaps: Base keymaps ]]
|
--[[ cfg_keymaps: Base keymaps ]]
|
||||||
|
|
||||||
local leader = ' '
|
local leader = ' '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue