whoops
This commit is contained in:
parent
595b16bcdd
commit
3a4ac5d1c3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ vim.keymap.set("n", "nsh", ":split<CR>", opts)
|
|||
|
||||
-- terminal
|
||||
--vim.keymap.set("n", "<leader>t", ":split<CR> <BAR> :terminal<CR>")
|
||||
vim.keymap.set("n", "<leader>t", ":FloatermToggle<CR> --height=25 --width=100")
|
||||
vim.keymap.set("n", "<leader>t", ":FloatermToggle --height=25 --width=100<CR>")
|
||||
vim.keymap.set("n", "<leader>g", ":FloatermNew --height=29 --width=120 lazygit<CR>")
|
||||
|
||||
-- exit terminal with esc
|
||||
|
|
Loading…
Reference in a new issue