vim/telescope: add keymap to send to location list
This commit is contained in:
parent
b3aebdb8b6
commit
82cc8c3056
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ local config = function()
|
|||
['<c-l>'] = actions_layout.cycle_layout_next,
|
||||
['<c-o>'] = actions_layout.toggle_mirror,
|
||||
['<c-q>'] = actions.smart_send_to_qflist + actions.open_qflist,
|
||||
['<a-q>'] = actions.smart_send_to_loclist + actions.open_loclist,
|
||||
['<c-c>'] = actions.close,
|
||||
|
||||
['<s-down>'] = actions.preview_scrolling_down,
|
||||
|
|
Loading…
Add table
Reference in a new issue