readme: Update default close bindings

This commit is contained in:
simrat39
2021-07-29 12:11:05 -07:00
parent 2275ebf0f8
commit 81c615a9f1

View File

@@ -37,7 +37,7 @@ vim.g.symbols_outline = {
show_relative_numbers = false, show_relative_numbers = false,
show_symbol_details = true, show_symbol_details = true,
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>", close = {"<Esc>", "q"},
goto_location = "<Cr>", goto_location = "<Cr>",
focus_location = "o", focus_location = "o",
hover_symbol = "<C-space>", hover_symbol = "<C-space>",