vim: fix telescope mapping
It turns out that `<c-i>` collides with `<Tab>`.
This commit is contained in:
parent
045b0cfd91
commit
269a54e865
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue