Better Esc mapping
This commit is contained in:
parent
7f49d1d675
commit
6a028150f0
3 changed files with 23 additions and 7 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue