Search dir is same when two tabpage's work dir is different.
See original GitHub issue- vim or neovim?
- vim
- neovim
- Output of
vim --version
ornvim --version
: - Output of
:echo has("python")
: - Output of
:echo has("python3")
: - Output of
:echo &pythondll
(only vim, not neovim): - Output of
:echo &pythonthreedll
(only vim, not neovim): - Output of
:py print(sys.version)
: - Output of
:py3 print(sys.version)
: - Output of
:echo g:Lf_Debug_Cmd
: - Operating system:
- Linux
- Mac OS X
- Windows
- Etc.
- Configurations related to LeaderF in vimrc:
Describe your question, feature request, or bug.
Search dir is same when two tabpage’s work dir is different.
Steps to reproduce
Actual behaviour
Expected behaviour
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Symbolic links to folders can lead to the same file opened in ...
... folder, and Search will allow both, allowing the same file to be opened concurrently in two different editor tabs in the same...
Read more >Opening files in the same folder as the current file, in vim
This opens up the file browser in a split so that you can open other files easily. :Sex default to the directory of...
Read more >Find in Files - Visual Studio (Windows) - Microsoft Learn
Learn about the Find in Files feature and how to use it to search a specific set of files.
Read more >Change how folders open in the Finder on Mac - Apple Support
The folder opens in a new tab or window, depending on your Finder settings. In the Finder, choose Finder > Settings, then click...
Read more >16.6 The working directory for R code chunks | R Markdown ...
16.6 The working directory for R code chunks. By default, the working directory for R code chunks is the directory that contains the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
改好了,不用设置 g:Lf_WorkingDirectoryMode。
@Yggdroot Nice 非常感谢