mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
changed fugitive map to <leader><space>
This commit is contained in:
parent
201dfd7dd7
commit
9a6e7fa47a
2 changed files with 4 additions and 5 deletions
|
|
@ -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" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue