Added Esc to quit from terminal mode
This commit is contained in:
parent
246e6cc507
commit
95137ca2dc
1 changed files with 2 additions and 1 deletions
3
init.lua
3
init.lua
|
|
@ -23,7 +23,8 @@ vim.opt.foldmethod = "indent"
|
|||
vim.opt.foldenable = false
|
||||
vim.cmd([[colorscheme everforest]])
|
||||
|
||||
|
||||
-- My custom keybinds
|
||||
vim.api.nvim_set_keymap('t', '<ESC>', [[<C-\><C-n>]], {noremap = true})
|
||||
|
||||
local lspconfig = require('lspconfig')
|
||||
lspconfig.pylsp.setup{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue