Thing i'm good now
This commit is contained in:
parent
b94345a27a
commit
16296b8620
6 changed files with 6 additions and 14 deletions
|
|
@ -4,7 +4,7 @@ return {
|
|||
config = true,
|
||||
init = function()
|
||||
local opts = { buffer = 0 }
|
||||
vim.keymap.set('t', '<esc>', [[<C-\><C-n>]], opts)
|
||||
--vim.keymap.set('t', '<esc>', [[<C-\><C-n>]], opts)
|
||||
vim.keymap.set('t', 'jk', [[<C-\><C-n>]], opts)
|
||||
vim.keymap.set('t', '<C-h>', [[<Cmd>wincmd h<CR>]], opts)
|
||||
vim.keymap.set('t', '<C-j>', [[<Cmd>wincmd j<CR>]], opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue