We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47a0ec commit 074d209Copy full SHA for 074d209
init.lua
@@ -154,7 +154,7 @@ vim.opt.confirm = true
154
155
-- [[ Basic Keymaps ]]
156
-- See `:help vim.keymap.set()`
157
-opt.smartcase = true
+vim.opt.smartcase = true
158
-- Clear highlights on search when pressing <Esc> in normal mode
159
-- See `:help hlsearch`
160
-- vim.keymap.set('n', '<Esc>', '<cmd>nohlsearch<CR>')
0 commit comments