vim: solve telescope keymap conflict

This commit is contained in:
Fernando Schauenburg 2022-10-20 12:19:56 +02:00
parent cb498ade4b
commit 07d45f7a8b

View file

@ -8,7 +8,7 @@ local common_mappings = {
['<c-l>'] = actions_layout.cycle_layout_next,
['<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,
}
@ -136,3 +136,4 @@ map('n', '<leader>fo',
}
end,
{ desc = 'Telescope: find options' })