vim: fix telescope mapping

It turns out that `<c-i>` collides with `<Tab>`.
This commit is contained in:
Fernando Schauenburg 2022-10-14 10:31:45 +02:00
parent 045b0cfd91
commit 269a54e865

View file

@ -8,7 +8,7 @@ local common_mappings = {
['<c-l>'] = actions_layout.cycle_layout_next,
['<c-h>'] = actions_layout.cycle_layout_prev,
['<c-i>'] = actions_layout.toggle_mirror,
['<c-r>'] = actions_layout.toggle_mirror,
['<c-q>'] = actions.smart_send_to_qflist + actions.open_qflist,
}