Skip to content

Instantly share code, notes, and snippets.

View shivajreddy's full-sized avatar
🧘‍♂️
To Code = Freedom

Shiva shivajreddy

🧘‍♂️
To Code = Freedom
View GitHub Profile
@shivajreddy
shivajreddy / tasks.json
Last active December 4, 2023 20:46
vscode-task-cargo run + build
{
"version": "2.0.0",
"tasks": [
{
"type": "cargo",
"command": "build",
"problemMatcher": [
"$rustc"
],
"group": "build",
@shivajreddy
shivajreddy / keybindings.json
Last active January 30, 2024 21:09
vscode-shiva-windows-keybindings
// :: SHIVA- windows - vscode keybindings
[
// + Terminal
{
"key": "alt+j",
"command": "terminal.focus",
},
{
"key": "alt+j",
"command": "workbench.action.focusActiveEditorGroup",