vim: add keymap to toggle Telescope preview
This commit is contained in:
parent
d30c143c5d
commit
e6b4241d00
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ M.config = function()
|
||||||
['<s-up>'] = actions.preview_scrolling_up,
|
['<s-up>'] = actions.preview_scrolling_up,
|
||||||
['<c-y>'] = layout.cycle_layout_next,
|
['<c-y>'] = layout.cycle_layout_next,
|
||||||
['<c-o>'] = layout.toggle_mirror,
|
['<c-o>'] = layout.toggle_mirror,
|
||||||
|
['<c-p>'] = layout.toggle_preview,
|
||||||
['<c-c>'] = actions.close,
|
['<c-c>'] = actions.close,
|
||||||
['<c-q>'] = actions.smart_send_to_qflist + actions.open_qflist,
|
['<c-q>'] = actions.smart_send_to_qflist + actions.open_qflist,
|
||||||
['<c-l>'] = actions.smart_send_to_loclist + actions.open_loclist,
|
['<c-l>'] = actions.smart_send_to_loclist + actions.open_loclist,
|
||||||
|
|
Loading…
Add table
Reference in a new issue