Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vim: Allow :w <filename> and :e <filename> #17786

Open
1 task done
everdrone opened this issue Sep 13, 2024 · 2 comments
Open
1 task done

vim: Allow :w <filename> and :e <filename> #17786

everdrone opened this issue Sep 13, 2024 · 2 comments
Labels
enhancement [core label] setting Feedback for preferences, configuration, etc vim

Comments

@everdrone
Copy link
Contributor

Check for existing issues

  • Completed

Describe the feature

(I'm not sure if this has been requested yet as I didn't find related issues, please close if it's a duplicate)

When opening and saving new files, the system file dialog appears, partly defeating the purpose of vim mode where the mouse shouldn't be needed.

It would be great to have a custom text dialog where a user can just input the path and file name. Ideally this could be turned on or off from settings.json

If applicable, add mockups / screenshots to help present your vision of the feature

No response

@everdrone everdrone added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels Sep 13, 2024
@ConradIrwin
Copy link
Member

You can currently do this with "use_system_path_prompts": false in your settings.

That said, we also should allow :w and :e to take filename arguments, so updating this issue for that.

@ConradIrwin ConradIrwin changed the title Full "vim mode" save and open dialog vim: Allow :w <filename> and :e <filename> Sep 13, 2024
@Moshyfawn Moshyfawn added vim setting Feedback for preferences, configuration, etc and removed triage Maintainer needs to classify the issue labels Sep 13, 2024
@JosephTLyons JosephTLyons removed the admin read Pending admin review label Sep 13, 2024
@Albert-IV
Copy link

More than just the system prompts opening up and losing the editors focus, it would also be handy to support :e <filename> to open files hidden by your .gitignore or open files outside your project (say opening a dotfile in your home directory for example).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] setting Feedback for preferences, configuration, etc vim
Projects
None yet
Development

No branches or pull requests

5 participants