feat: Goto and close keybinding

This commit is contained in:
hedy
2023-11-11 14:04:26 +08:00
parent e9d83e472e
commit 5aa15e9955
2 changed files with 9 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ M.defaults = {
close = { '<Esc>', 'q' },
goto_location = '<Cr>',
peek_location = 'o',
goto_and_close = '<S-Cr>',
restore_location = "<C-g>",
hover_symbol = '<C-space>',
toggle_preview = 'K',