Open jonboh opened 7 months ago
I didn't know about that mapping but it looks like it only works for selection that are directly mapped to a file path (string). But the plugin has to do some post processing to the files and doesn't use the file directly so I think that would not be possible
In Telescope by default you can use
<C-v>
to open the current element in a vertical split. The mapping seems to still be present in the telescope picker of nvim-devdocs, however it throws an error when used (same thing happens when using<C-x>
and<C-t>
):I think this could be fixed by replacing the
select_(vertical|horizontal|tab)
, actions as it is done in https://github.com/nvim-telescope/telescope.nvim?tab=readme-ov-file#default-mappings for select_default.