even more hate

This commit is contained in:
Fabio Lenherr / DashieTM 2023-04-03 00:35:48 +02:00
parent 455199367f
commit 3bfefb621f
2 changed files with 5 additions and 4 deletions

View file

@ -74,10 +74,10 @@ end
-- if you only want these mappings for toggle term use term://*toggleterm#* instead -- if you only want these mappings for toggle term use term://*toggleterm#* instead
vim.cmd("autocmd! TermOpen term://* lua set_terminal_maps()") vim.cmd("autocmd! TermOpen term://* lua set_terminal_maps()")
map("n", "<A-h>", ":wincmd h<CR>", opts) map("n", "<A-j>", ":wincmd h<CR>", opts)
map("n", "<A-j>", ":wincmd j<CR>", opts) map("n", "<A-k>", ":wincmd j<CR>", opts)
map("n", "<A-K>", ":wincmd k<CR>", opts) map("n", "<A-l>", ":wincmd k<CR>", opts)
map("n", "<A-l>", ":wincmd l<CR>", opts) map("n", "<A-;>", ":wincmd l<CR>", opts)
-- harpoon man -- harpoon man

View file

@ -116,6 +116,7 @@ return {
window = { window = {
mappings = { mappings = {
["f"] = "close_window", ["f"] = "close_window",
["l"] = "",
}, },
position = "right", position = "right",
scan_mode = "deep", scan_mode = "deep",