Update config

This commit is contained in:
Andreas Bitzilis 2024-09-05 15:22:10 +02:00
parent b383125622
commit 5d111e9b32
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ vim.keymap.set('n', '<C-l>', '<C-w><C-l>', { desc = 'Move focus to the right win
vim.keymap.set('n', '<C-j>', '<C-w><C-j>', { desc = 'Move focus to the lower window' })
vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper window' })
vim.keymap.set('i', '{', '{<Enter>}<Esc><S-o>', { desc = 'Matching { }' })
vim.keymap.set('i', '{', '{}<Esc>ha', { desc = 'Matching { }' })
vim.keymap.set('i', '(', '()<Esc>ha', { desc = 'Matching ( )' })
vim.keymap.set('i', '[', '[]<Esc>ha', { desc = 'Matching [ ]' })
vim.keymap.set('i', "'", "''<Esc>ha", { desc = 'Matching quotes' })