Update README.md

Add missing comma after `goto_and_close = "<S-Cr>"` in the default config's keymaps
This commit is contained in:
One234Fi
2023-11-17 16:24:21 -06:00
committed by GitHub
parent d400d4f025
commit e2c8f92ffb

View File

@@ -285,7 +285,7 @@ Pass a table to the setup call with your configuration options.
-- Jump to symbol under cursor but keep focus on outline window.
peek_location = "o",
-- Visit location in code and close outline immediately
goto_and_close = "<S-Cr>"
goto_and_close = "<S-Cr>",
-- Change cursor position of outline window to match current location in code.
-- "Opposite" of goto/peek_location.
restore_location = "<C-g>",