update
This commit is contained in:
parent
34e7d29aa7
commit
c225ecda9a
8 changed files with 201 additions and 48 deletions
21
lua/custom/plugins/toggleterm.lua
Normal file
21
lua/custom/plugins/toggleterm.lua
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
return {
|
||||
"akinsho/toggleterm.nvim",
|
||||
version = "*",
|
||||
-- config = true,
|
||||
opts = {
|
||||
shade_terminals = false,
|
||||
}
|
||||
-- set_terminal_keymaps = function()
|
||||
-- local opts = {buffer = 0}
|
||||
-- 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)
|
||||
-- vim.keymap.set('t', '<C-k>', [[<Cmd>wincmd k<CR>]], opts)
|
||||
-- vim.keymap.set('t', '<C-l>', [[<Cmd>wincmd l<CR>]], opts)
|
||||
-- vim.keymap.set('t', '<C-w>', [[<C-\><C-n><C-w>]], opts)
|
||||
-- end
|
||||
--
|
||||
-- -- if you only want these mappings for toggle term use term://*toggleterm#* instead
|
||||
-- vim.cmd('autocmd! TermOpen term://* lua set_terminal_keymaps()')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue