Add keymap for closing terminal

This commit is contained in:
rajvatsal 2023-12-12 21:19:29 +05:30
parent 35d7773232
commit f57f5c8632
2 changed files with 4 additions and 1 deletions

View file

@ -6,3 +6,6 @@ vim.opt.relativenumber = true
-- Set custom colorscheme [[ NOTE: Never set it to "onedark" cuz it breaks the editor ]]
vim.cmd.colorscheme 'gruvbox'
vim.keymap.set('t', '<Esc>', [[<C-\><C-n>]], { noremap = true })
-- vim.keymap.set('n', '<>', [[]], {})