This commit is contained in:
adrien 2026-02-12 23:17:52 +01:00
parent e227f2f5f5
commit a9882493f4
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@ require("lazy").setup({
config = function()
require("toggleterm").setup({
size = 20,
open_mapping = [[<leader>t]], -- This sets the trigger
open_mapping = [[<C-q>]], -- This sets the trigger
direction = 'float', -- This makes it floating
float_opts = {
border = 'curved', -- Options: 'single', 'double', 'shadow', 'curved'

View File

@ -21,7 +21,6 @@ function _lazygit_toggle()
end
wk.add({
{ "<leader>t", "<cmd>ToggleTerm<cr>", desc = "Toggle Floating Terminal"},
{"<leader>g", "<cmd>lua _lazygit_toggle()<CR>", desc = "Toggle LazyGit"},
-- Essentials