-
-
Notifications
You must be signed in to change notification settings - Fork 924
Troubleshoot
Simon Hauser edited this page Jul 16, 2021
·
1 revision
Plugins that remap <CR> can cause issues with the default file selection
bindings.
-
vim-peartreeblocks the default<CR>insert-mode binding toactions.select_default + actions.centerand 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"]