Skip to content

Instantly share code, notes, and snippets.

View PabloLION's full-sized avatar
🔍
Looking for half-time job

Pablo LION PabloLION

🔍
Looking for half-time job
  • Barcelona, Spain
View GitHub Profile
@PabloLION
PabloLION / vscode-shift-enter-newline.md
Last active April 30, 2026 21:55
Fixing Shift+Enter newline in VS Code terminal (Claude Code)

Fixing Shift+Enter newline in VS Code terminal (Claude Code)

While exploring Claude Code’s /terminal-setup command (found via a /sta fuzzy search in v1.0.111), I noticed the default Shift+Enter binding for terminal input inserts an unwanted backslash before the newline.

Claude Code currently drops its keybinding into the standard VS Code profile (for example, ~/Library/Application Support/Code/User/keybindings.json on macOS). I spend most of my time in VS Code Insiders, so I copied the entry into ~/Library/Application Support/Code - Insiders/User/keybindings.json to make the shortcut available there, too.

Problematic binding

{
@PabloLION
PabloLION / beads-spec_id-fix-guide.md
Last active February 7, 2026 22:43
Fix: beads v0.49.4 migration failure (no such column: spec_id)
@PabloLION
PabloLION / beads-dolt-rollback-guide.md
Last active March 5, 2026 19:55
Beads: Dolt server port collision — detection & repair guide (GH#2372)

Beads: Dolt server port collision — detection & repair guide (GH#2372)

Beads: Dolt Server Port Collision — Detection & Repair Guide

If you use beads across multiple projects on the same machine, versions v0.56.1–v0.58.0 may silently connect to the wrong project's Dolt server, causing cross-project issue leakage.

Related: GH#2372