Compare commits

..

2 commits

2 changed files with 11 additions and 9 deletions

View file

@ -115,7 +115,9 @@ gitf () {
;;
*)
git status
git branch -v
echo ""
git status -v
;;
esac
}

View file

@ -10,14 +10,6 @@
"command": "-workbench.view.explorer",
"when": "viewContainer.workbench.view.explorer.enabled"
},
{
"key": "alt+1",
"command": "workbench.action.findInFiles"
},
{
"key": "ctrl+shift+f",
"command": "-workbench.action.findInFiles"
},
{
"key": "alt+2",
"command": "workbench.view.debug",
@ -27,5 +19,13 @@
"key": "ctrl+shift+d",
"command": "-workbench.view.debug",
"when": "viewContainer.workbench.view.debug.enabled"
},
{
"key": "alt+1",
"command": "workbench.action.replaceInFiles"
},
{
"key": "ctrl+shift+h",
"command": "-workbench.action.replaceInFiles"
}
]