About open an directory #1739
CoinCheung
started this conversation in
General
Replies: 1 comment 6 replies
-
if you set e.g:
if you want netrw mode then:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have two question about open an directory, the command is like this:
the first thing is that: I hope it will open in
netrw
mode, rather than default sidebar mode. Do you know how to configure it like this?the second thing is that: when I open a directory, the
cwd
is changed into the folder, rather than the dir ofnvim
launched. For example:When open a file:
When open a directory:
Do you know how to align the behavior so that no matter if I open a file or a direcotry, the
getcwd()
will be/home/project
?Beta Was this translation helpful? Give feedback.
All reactions