You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simon Hauser edited this page Jul 16, 2021
·
1 revision
Known Conflicts
Plugins that remap <CR> can cause issues with the default file selection
bindings.
vim-peartree blocks the default <CR> insert-mode binding to
actions.select_default + actions.center and instead will clear the text
input field without opening the selected file.
See: https://github.com/nvim-telescope/telescope.nvim/issues/595
Solution: let g:pear_tree_ft_disabled = ["TelescopePrompt"]