Better Esc mapping

This commit is contained in:
juanmagalhaes 2023-08-14 14:24:15 -03:00
parent 7f49d1d675
commit 6a028150f0
3 changed files with 23 additions and 7 deletions

View file

@ -24,7 +24,7 @@ vim.o.breakindent = true
vim.o.undofile = true
-- Case-insensitive searching UNLESS \C or capital in search
vim.o.ignorecase = true
-- vim.o.ignorecase = true
vim.o.smartcase = true
-- Keep signcolumn on by default
@ -40,4 +40,3 @@ vim.o.completeopt = 'menuone,noselect'
-- NOTE: You should make sure your terminal supports this
vim.o.termguicolors = true