chore(docs): Update readme

This commit is contained in:
hedy
2023-11-01 18:54:40 +08:00
parent 3008909d3c
commit 505e99e870
2 changed files with 53 additions and 59 deletions

View File

@@ -22,7 +22,8 @@ M.defaults = {
fold_markers = { '', '' },
wrap = false,
focus_on_open = true,
keymaps = { -- These keymaps can be a string or a table for multiple keys
keymaps = {
show_help = '?',
close = { '<Esc>', 'q' },
goto_location = '<Cr>',
focus_location = 'o',
@@ -30,7 +31,6 @@ M.defaults = {
toggle_preview = 'K',
rename_symbol = 'r',
code_actions = 'a',
show_help = '?',
fold = 'h',
fold_toggle = '<tab>',
fold_toggle_all = '<S-tab>',