Skip to content

Instantly share code, notes, and snippets.

View askme23's full-sized avatar
🏠
Working from home

Ruslan askme23

🏠
Working from home
View GitHub Profile
@askme23
askme23 / keybindings.json
Created January 13, 2026 07:52
VSCode keybindings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+i",
"command": "editor.action.goToImplementation",
"when": "editorHasImplementationProvider && editorTextFocus && !isInEmbeddedEditor"
},
{
"key": "shift+cmd+i",
"command": "go.import.add"
@askme23
askme23 / tmux-cheat-sheet.md
Created January 22, 2023 15:57 — forked from michaellihs/tmux-cheat-sheet.md
tmux Cheat Sheet