changed fugitive map to <leader><space>

This commit is contained in:
Léana 江 2023-05-01 01:20:01 +02:00 committed by Léana 江
parent 201dfd7dd7
commit 9a6e7fa47a
2 changed files with 4 additions and 5 deletions

View file

@ -14,7 +14,8 @@ require "symbols-outline".setup({
auto_unfold_hover = true,
fold_markers = { '', '' },
wrap = false,
keymaps = { -- These keymaps can be a string or a table for multiple keys
keymaps = {
-- These keymaps can be a string or a table for multiple keys
close = { "<Esc>", "q" },
goto_location = "<Cr>",
focus_location = "o",
@ -61,5 +62,3 @@ require "symbols-outline".setup({
-- Fragment = { icon = "", hl = "@constant" },
-- },
})
vim.keymap.set('n', '<leader><leader>', function() vim.cmd("SymbolsOutline") end, { desc = "Open symbols outline" })