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
Many commands in yi seem to ignore the current directory, which is a surprising the difference to Emacs.
Dunno if the expected/tested usage is more project dir based (I always run Emacs from my HOME dir).
For example:
dired goes to directory where yi was started not current one
shell-command also runs in the initial directory instead of current buffer's
grepFind, searchSources, cabalBuildE, etc all run in the top dir too
Thankfully find-file does not do this. :)
It looks like I should try running Yi in my project instead.
The text was updated successfully, but these errors were encountered:
Maybe this is something that should be configurable? For instance I use evil+emacs and would expect dired to go to the current directory. Though even vim keymap users in Yi would expect dired to do that if they used it.
Many commands in yi seem to ignore the current directory, which is a surprising the difference to Emacs.
Dunno if the expected/tested usage is more project dir based (I always run Emacs from my HOME dir).
For example:
Thankfully find-file does not do this. :)
It looks like I should try running Yi in my project instead.
The text was updated successfully, but these errors were encountered: