vim: disable <c-x> in Telescope

This commit is contained in:
Fernando Schauenburg 2024-02-17 13:21:18 +01:00
parent 0bccfe6ad7
commit 8d9f3ea390

View file

@ -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,