|
|
|
@ -53,6 +53,7 @@ source $ZSH/oh-my-zsh.sh |
|
|
|
| Alias | Command | Description | |
|
|
|
| Alias | Command | Description | |
|
|
|
| ----------------------- | ------------------------------ | ----------------------------------------------------------------------------------------------------------- | |
|
|
|
| ----------------------- | ------------------------------ | ----------------------------------------------------------------------------------------------------------- | |
|
|
|
| vsc | code . | Open the current folder in VS code | |
|
|
|
| vsc | code . | Open the current folder in VS code | |
|
|
|
|
|
|
|
| vsc `dir` | code `dir` | Open passed folder in VS code | |
|
|
|
| vsca `dir` | code --add `dir` | Add folder(s) to the last active window | |
|
|
|
| vsca `dir` | code --add `dir` | Add folder(s) to the last active window | |
|
|
|
| vscd `file` `file` | code --diff `file` `file` | Compare two files with each other. | |
|
|
|
| vscd `file` `file` | code --diff `file` `file` | Compare two files with each other. | |
|
|
|
| vscg `file:line[:char]` | code --goto `file:line[:char]` | Open a file at the path on the specified line and character position. | |
|
|
|
| vscg `file:line[:char]` | code --goto `file:line[:char]` | Open a file at the path on the specified line and character position. | |
|
|
|
|