logoalt Hacker News

miavyesterday at 4:57 PM3 repliesview on HN

Holy shit this made my day. Warp’s convenience shell wrapping is amazing. It’s the only terminal where I can actually edit a long command in place rather than copy pasting into an editor and doing so there. Now I’m more or less assured I can retain this convenience without being forced into more AI crap.


Replies

eddygyesterday at 8:00 PM

^X^E in bash takes your current prompt and moves it to your $EDITOR.

for zsh:

  autoload edit-command-line
  zle -N edit-command-line
  bindkey '^X^E' edit-command-line
show 3 replies
wredcollyesterday at 5:24 PM

Have you tried `C-x e`

swahyesterday at 6:43 PM

Just ask your agent to fork and remove it!