Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

How about adding a "w" command? #85

Open
Magicloud opened this issue Jan 7, 2019 · 1 comment
Open

How about adding a "w" command? #85

Magicloud opened this issue Jan 7, 2019 · 1 comment

Comments

@Magicloud
Copy link

Since ":" opens command palette, and "save" is not even the first command, how about adding a "w" command to save file? So ":w" behavior could be the same as VIM.

@dattl
Copy link

dattl commented Sep 5, 2019

Since ":" opens command palette, and "save" is not even the first command, how about adding a "w" command to save file? So ":w" behavior could be the same as VIM.

[
  {
    "key": "shift+; w",
    "command": "workbench.action.files.save"
  },
  {
    "key": "ctrl+s",
    "command": "workbench.action.files.save"
  }
]

I ended up using key binding.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants