Update config

This commit is contained in:
Gabriel Einsdorf 2025-07-14 08:54:09 +02:00
parent 3338d39206
commit 059adb459e

View file

@ -168,6 +168,10 @@ vim.o.confirm = true
-- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()`
-- CUSTOM Keymaps
vim.keymap.set('n', 'Q', 'q')
vim.keymap.set('n', 'X', 'x')
-- CUSTOM Keymaps
-- Clear highlights on search when pressing <Esc> in normal mode
-- See `:help hlsearch`