mcchrish / nnn.vim

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

Problem open file with l #115

Closed thevan96 closed 3 years ago

thevan96 commented 3 years ago

Describe the bug

I config -e nnn open file text with vim, but plugin nnn.vim, mapping l open file inside float terminal another open file(). How open file with l(not inside float terminal)

N-R-K commented 3 years ago

You can use the -o option to disable opening file on l, see :help nnn#command. You can also use ctrl+m to pick a file.