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
1d0d9bac8a
commit
8a3214050b
1 changed files with 0 additions and 7 deletions
|
|
@ -149,13 +149,6 @@ vim.api.nvim_create_autocmd('TermOpen', {
|
|||
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 ]]
|
||||
|
||||
local leader = ' '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue