mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2025-11-05 09:22:42 +01:00
Compare commits
No commits in common. "b43ef009d61e25e9e8a619082776685dccc63f8e" and "4e516e22da8354b89ad9912cc458a13e065f0f7a" have entirely different histories.
b43ef009d6
...
4e516e22da
2 changed files with 9 additions and 11 deletions
|
|
@ -115,9 +115,7 @@ gitf () {
|
|||
;;
|
||||
|
||||
*)
|
||||
git branch -v
|
||||
echo ""
|
||||
git status -v
|
||||
git status
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,14 @@
|
|||
"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",
|
||||
|
|
@ -19,13 +27,5 @@
|
|||
"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"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue