Update config
This commit is contained in:
parent
a0e31a43ed
commit
a0a3109f5a
1 changed files with 2 additions and 2 deletions
4
init.lua
4
init.lua
|
|
@ -83,8 +83,8 @@ vim.o.confirm = true
|
||||||
-- [[ Basic Keymaps ]]
|
-- [[ Basic Keymaps ]]
|
||||||
-- See `:help vim.keymap.set()`
|
-- See `:help vim.keymap.set()`
|
||||||
-- CUSTOM Keymaps
|
-- CUSTOM Keymaps
|
||||||
-- vim.keymap.set('n', 'Q', 'q')
|
vim.keymap.set('n', 'Q', 'q')
|
||||||
-- vim.keymap.set('n', 'X', 'x')
|
vim.keymap.set('n', 'X', 'x')
|
||||||
-- CUSTOM Keymaps
|
-- CUSTOM Keymaps
|
||||||
|
|
||||||
-- Clear highlights on search when pressing <Esc> in normal mode
|
-- Clear highlights on search when pressing <Esc> in normal mode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue