vim: disable <c-x> in Telescope
This commit is contained in:
parent
0bccfe6ad7
commit
8d9f3ea390
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ M.config = function()
|
|||
['<c-o>'] = layout.toggle_mirror,
|
||||
['<c-h>'] = layout.toggle_preview,
|
||||
['<c-s>'] = actions.select_horizontal,
|
||||
['<c-x>'] = false,
|
||||
['<c-c>'] = actions.close,
|
||||
['<c-q>'] = actions.smart_send_to_qflist + actions.open_qflist,
|
||||
['<c-l>'] = actions.smart_send_to_loclist + actions.open_loclist,
|
||||
|
|
Loading…
Add table
Reference in a new issue