How to interact user directories and files #1561
-
In my Neovim configuration, I use commands to retrieve the directory paths, file contents etc. For example, here are some functions and keymappings I use:
Having the same capability in Firenvimwould be very useful, but I have yet to find a way to do it. I want to change the directory with It seems we are limited to a working file, e.g., @glacambre and the community, do you have any ideas how it can be done? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@JacobStraberg I very regularly do |
Beta Was this translation helpful? Give feedback.
@JacobStraberg I very regularly do
:cd ~/some/dir
followed by a:r!some --command
and it works fine (that's how I insert Firenvim's changelogs on the mozilla add-on publishing page for example). Could you provide the commands you tried, their expected outputs and what you got instead?