Is your feature request related to a problem? Please describe.
After select a file with Enter. nnn close and everything is reset when we reopen nnn again, everything is reset to default current path, see below gif:

Describe the solution you'd like
It's more convenient if nnn.vim can use one instance for nnn. Or at least remember the current path of nnn.
Like i have 2 buffer which splited
| buffer 1 | buffer 2 |
When i was in buffer 1, open nnn and goes to folder test/buffer1/test1.js
And in buffer 2, open nnn and goes to folder test/buffer2/test2.js
When i reopen nnn in those buffers. It should open the current path of that buffer. If it can remember path of each context [1][2][3][4], it's the best.
That's just my idea. How do you guys thinks. I'v just a lots of files manager for vim. nnn is the fasted but it lack some convenient features.
Minimal vimrc
call plug#begin('~/.config/nvim/plugged') "---------------------- Start vim plug
Plug 'mcchrish/nnn.vim'
call plug#end() "---------------------------------------- End of Vim-Plug define```
Versions
OS: macOS Mojave 10.14.1
Terminal: Alacritty
Neovim: Latest
nnn: Latest
nnn.vim: Latest
Is your feature request related to a problem? Please describe.
After select a file with
Enter. nnn close and everything is reset when we reopen nnn again, everything is reset to default current path, see below gif:Describe the solution you'd like
It's more convenient if nnn.vim can use one instance for nnn. Or at least remember the current path of nnn.
Like i have 2 buffer which splited
| buffer 1 | buffer 2 |
When i was in buffer 1, open nnn and goes to folder
test/buffer1/test1.jsAnd in buffer 2, open nnn and goes to folder
test/buffer2/test2.jsWhen i reopen nnn in those buffers. It should open the current path of that buffer. If it can remember path of each context [1][2][3][4], it's the best.
That's just my idea. How do you guys thinks. I'v just a lots of files manager for vim. nnn is the fasted but it lack some convenient features.
Minimal vimrc
Versions
OS: macOS Mojave 10.14.1
Terminal: Alacritty
Neovim: Latest
nnn: Latest
nnn.vim: Latest