mcchrish / nnn.vim

File manager for vim/neovim powered by n³
BSD 2-Clause "Simplified" License
646 stars 25 forks source link

When NnnExplorer is invoked via <Leader> key combination the first 10 entries are already tagged ???? #154

Closed ShiranC closed 2 years ago

ShiranC commented 2 years ago

When NnnExplorer is invoked as a command ( ie. ":NnnExplorer" ), everything works as expected.

When NnnExplorer is invoked via a key combination

nnoremap <silent> <leader>x :NnnExplorer<cr>       

the window opens up showing the directory structure but the first 10 entries are ALREADY tagged .

Environment:

ShiranC commented 2 years ago
nnoremap <silent> <leader>x :NnnExplorer<cr>        " Use nnn
N-R-K commented 2 years ago
nnoremap <silent> <leader>x :NnnExplorer<cr>        " Use nnn

Can't reproduce. Works fine for me in both XTerm and ST using vim v8.2.