What is the difference between space f
and space F
?
#5759
-
For me these two combinations always open the same file list, regardless of the file I have opened. Unsure what For example if I currently have a file like If that not the case, is there a way to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Oh, I see thanks. Is there maybe a way to list files on same directory as the current opened file? |
Beta Was this translation helpful? Give feedback.
space f
will show files from the git workspace if available (e.g., if the current dir is foo/bar but foo is a git repo, it will show everything from foo).space F
will show files from the current directory ($PWD) only, even if it's children of a git repo.