Stop Backspacing Like a Typist: My "Surgical" Syntax Deletion Tool for Emacs
I’ve always believed that a hardcore developer shouldn't waste a single second on low-level chores like "deleting code." In Emacs, most people delete code by either mashing the Backspace key like they're tapping out Morse code, or using kill-word only to find they’ve overshot and deleted half the expression. While subword-mode fixed navigation for CamelCase, deletion still lacks that critical sense of determinism . I wanted a tool that combines the raw power of skip-syntax with the granular inte
Comment
Sign in to join the discussion.
Loading comments…