Jason Poon

Results 33 comments of Jason Poon

The file pathing is based off of VSCode's workspace (ie. where you opened Code from). For instance, if you opened code from `/my/dir`, your `:read` command should be a path...

This should work with neovim if you want to give it a try.

Just tried this on vanilla vim and it saves the file regardless of it's 'dirtiness'. I recall there was a reason why we checked the dirty flag though... In any...

I would suggest up-voting the VS Code issue: https://github.com/microsoft/vscode/issues/22040. The extension passes thru the `:w` command straight to the VS Code save() api.

I believe Ben's comment in the linked comment is offering proposals. AFAIK, this is still an open issue against VS Code to enable extensions a `force save` -- I haven't...

Feel free to submit a PR updating our readme (maybe the FAQ section?). I am trying my hardest to adhere to https://twitter.com/jasonthepoon/status/1093375866929786880 :)

> How do I escape `/` filter mode and get back to `hjkl`? Generally I `/` for a file and find it, but then can't get back to regular browsing....

We support this already. Have you tried using the `alt` key when configuring your remapping? https://github.com/VSCodeVim/Vim#key-remapping

I was mistaken. We don't bind to `alt`. See the second bullet point of https://github.com/VSCodeVim/Vim#debugging-remappings.