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

Support ~/ on Windows #734

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

citizenmatt
Copy link
Member

Vim supports ~/ and ~\ on all platforms. This PR helps my muscle memory so I can type :e ~/.ideavimrc on Windows and it works the same in both IdeaVim and Vim.

Vim supports backslashes on Unix (tested on Vim) but both forward- and back-slashes on Windows. VFS supports both forward- and back-slashes on all platforms.

@AlexPl292
Copy link
Member

Great, thank you!

@AlexPl292 AlexPl292 merged commit 1841b7c into JetBrains:master Nov 3, 2023
4 checks passed
@citizenmatt citizenmatt deleted the bugfix/tilde-backslash branch November 4, 2023 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants