Update config
This commit is contained in:
parent
3338d39206
commit
059adb459e
1 changed files with 4 additions and 0 deletions
4
init.lua
4
init.lua
|
|
@ -168,6 +168,10 @@ vim.o.confirm = true
|
||||||
|
|
||||||
-- [[ Basic Keymaps ]]
|
-- [[ Basic Keymaps ]]
|
||||||
-- See `:help vim.keymap.set()`
|
-- 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
|
-- Clear highlights on search when pressing <Esc> in normal mode
|
||||||
-- See `:help hlsearch`
|
-- See `:help hlsearch`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue