vscode-which-key
vscode-which-key copied to clipboard
conf: add git.update (gu) -> command git.pull
Add default binding for git pull operation
Context
See #66
Changes
- Add default binding
<spc> g uforGit Updateto commandgit.pull
What about F? Pull is essentially a fetch and merge so it's similar to fetch.