Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add missing comma after `goto_and_close = "<S-Cr>"` in the default config's keymaps
  • Loading branch information
One234Fi authored Nov 17, 2023
1 parent d400d4f commit e2c8f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>",
Expand Down

0 comments on commit e2c8f92

Please sign in to comment.