Skip to content

Commit a6caf6e

Browse files
authored
docs: fix missed comma (#702)
1 parent 8238865 commit a6caf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ use {
200200
["<cr>"] = "open",
201201
["<esc>"] = "revert_preview",
202202
["P"] = { "toggle_preview", config = { use_float = true } },
203-
["l"] = "focus_preview"
203+
["l"] = "focus_preview",
204204
["S"] = "open_split",
205205
["s"] = "open_vsplit",
206206
-- ["S"] = "split_with_window_picker",

0 commit comments

Comments
 (0)