You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I click space+F the filepicker show the workspace directory (git project). not only current working directory files.
and when I try to check the CWD from commands even when I opened file in sub directories. it shows the workspace directory (project root with git repo).
Reproduction Steps
I tried this:
hx in project with git repo
I opened file in plans/subproject/file.md
when I tried to list CWD files subproject directory by click space+F
I expected to see only files in the subproject directory.
This is the expected behavior: hx in the root of the repo sets the CWD to the root of the repo. You can check the CWD with :pwd and use hx plans/subproject or :cd plans/subproject to change the CWD to some other directory.
Opening a document doesn't automatically change the CWD. #2056 covers that behavior.
This is the expected behavior: hx in the root of the repo sets the CWD to the root of the repo. You can check the CWD with :pwd and use hx plans/subproject or :cd plans/subproject to change the CWD to some other directory.
Opening a document doesn't automatically change the CWD. #2056 covers that behavior.
yes . using :cd plans/sub worked. but is there any way to change cwdbased on current active buffer ?
Summary
when I click
space+F
the filepicker show the workspace directory (git project). not only current working directory files.and when I try to check the
CWD
from commands even when I opened file in sub directories. it shows the workspace directory (project root with git repo).Reproduction Steps
I tried this:
hx
in project with git repoplans/subproject/file.md
subproject
directory by clickspace+F
I expected to see only files in the
subproject
directory.Instead, I saw all the root project files.
Platform
Linux
Terminal Emulator
kitty
Helix Version
helix 22.08.1 (66276ce)
The text was updated successfully, but these errors were encountered: