vscode-which-key icon indicating copy to clipboard operation
vscode-which-key copied to clipboard

conf: add git.update (gu) -> command git.pull

Open wahtique opened this issue 3 years ago • 1 comments

Add default binding for git pull operation

Context

See #66

Changes

  • Add default binding <spc> g u for Git Update to command git.pull

wahtique avatar Jun 09 '22 22:06 wahtique

What about F? Pull is essentially a fetch and merge so it's similar to fetch.

stevenguh avatar Jun 21 '22 00:06 stevenguh