Jigar Gosar
About Projects Resume
  • 2026-02-17 · how-to
    Shift+Enter Not Working in Claude Code — Here's the Fix

    Shift+Enter submits instead of inserting a newline in Claude Code on Windows Terminal. A one-line settings fix solves it.

  • 2025-12-06 · reference
    Supabase Local Development: Default Values and API Usage

    When you run `supabase start`, Supabase launches a local backend with fixed values. These defaults make it easy to connect without extra setup.

  • 2025-11-12 · til
    CSS: How to Create a Perfect Responsive Square

    Learn the modern CSS technique to create responsive squares that maintain perfect aspect ratios using container queries and cqmin - no JavaScript required!

  • 2025-11-11 · til
    vim: paste indentation problem and solution

    How to fix Vim's paste indentation problem (the staircase effect). And how modern terminals and Vim use bracketed paste mode to solve this automatically.

  • 2025-11-10 · til
    PowerShell: Simpler Way to Create Aliases

    Skip the Set-Alias boilerplate for personal shortcuts—just use `function a { b }`.

  • 2025-11-04 · release
    keepnote 3.0: What's New

    Dual search modes, git sync, and better workflows for the fastest note-taking CLI.

  • 2025-10-25 · project
    keepnote: A Simple CLI Tool That Solves Note-Taking

    Creating notes and finding what you need should be simple and instant. You think, you write, you find.

  • 2025-10-22 · til
    CSS: Prevent Layout Shift When Scrollbar Appears

    Navigate from a short page to a longer one and you'll notice the layout suddenly shifts left. The scrollbar appearing (and disappearing) takes up space, causing a jarring jump that disrupts the user experience. The fix? One CSS property `scrollbar-gutter`.

  • 2025-10-21 · til
    PowerShell: Environment Variable Woes

    How to set environment variables for a single command in PowerShell without polluting your current shell session.

  • 2025-10-11 · reference
    Prettier Configuration Reference

    Saved here so I stop grep-ing through old projects when setting up Prettier.

Jigar Gosar 2026