idk anymore
This commit is contained in:
parent
eb1cf0474c
commit
1f264b5207
10 changed files with 49 additions and 27 deletions
|
|
@ -46,7 +46,7 @@ vim.cmd.colorscheme("gruvbox")
|
|||
-- [[ Set up keymaps ]] See `:h vim.keymap.set()`, `:h mapping`, `:h keycodes`
|
||||
|
||||
-- Use <Esc> to exit terminal mode
|
||||
vim.keymap.set("t", "<Esc>", "<C-\\><C-n>")
|
||||
vim.keymap.set("t", "<Leader><Esc>", "<C-\\><C-n>")
|
||||
|
||||
-- Map <A-j>, <A-k>, <A-h>, <A-l> to navigate between windows in any modes
|
||||
vim.keymap.set({ "t", "i" }, "<A-h>", "<C-\\><C-n><C-w>h")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue