vim: solve telescope keymap conflict
This commit is contained in:
parent
cb498ade4b
commit
07d45f7a8b
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ local common_mappings = {
|
||||||
['<c-l>'] = actions_layout.cycle_layout_next,
|
['<c-l>'] = actions_layout.cycle_layout_next,
|
||||||
['<c-h>'] = actions_layout.cycle_layout_prev,
|
['<c-h>'] = actions_layout.cycle_layout_prev,
|
||||||
|
|
||||||
['<c-r>'] = actions_layout.toggle_mirror,
|
['<c-o>'] = actions_layout.toggle_mirror,
|
||||||
|
|
||||||
['<c-q>'] = actions.smart_send_to_qflist + actions.open_qflist,
|
['<c-q>'] = actions.smart_send_to_qflist + actions.open_qflist,
|
||||||
}
|
}
|
||||||
|
@ -136,3 +136,4 @@ map('n', '<leader>fo',
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
{ desc = 'Telescope: find options' })
|
{ desc = 'Telescope: find options' })
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue