idk anymore

This commit is contained in:
Never Gude 2026-01-30 15:27:34 +01:00
parent eb1cf0474c
commit 1f264b5207
10 changed files with 49 additions and 27 deletions

View file

@ -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")

View file

@ -32,6 +32,10 @@
"rev": "6010e588e9ed14724880f244d7fa3df8f0be3f46",
"src": "https://github.com/nvim-mini/mini.diff"
},
"mini.files": {
"rev": "fafacfecdd6c5a66bb10d173a749f3c098e84498",
"src": "https://github.com/nvim-mini/mini.files"
},
"mini.hipatterns": {
"rev": "add8d8abad602787377ec5d81f6b248605828e0f",
"src": "https://github.com/nvim-mini/mini.hipatterns"