From 81c615a9f108093b64b2b8f1b30837a34a8486cc Mon Sep 17 00:00:00 2001 From: simrat39 Date: Thu, 29 Jul 2021 12:11:05 -0700 Subject: [PATCH] readme: Update default close bindings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b24089..e657c97 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ vim.g.symbols_outline = { show_relative_numbers = false, show_symbol_details = true, keymaps = { -- These keymaps can be a string or a table for multiple keys - close = "", + close = {"", "q"}, goto_location = "", focus_location = "o", hover_symbol = "",