BREAKING: Rename focus_location -> peek_location
Avoids confusion with other uses of 'focus'.
This commit is contained in:
@@ -35,7 +35,7 @@ M.defaults = {
|
||||
show_help = '?',
|
||||
close = { '<Esc>', 'q' },
|
||||
goto_location = '<Cr>',
|
||||
focus_location = 'o',
|
||||
peek_location = 'o',
|
||||
hover_symbol = '<C-space>',
|
||||
toggle_preview = 'K',
|
||||
rename_symbol = 'r',
|
||||
|
||||
Reference in New Issue
Block a user