Comment on jj init – getting serious about replacing Git with JujutsuparentComments−vitiral2yAre you using vim to run shell commands?−bvrmn2ybash has builtin support for vi-style navigation. It's kinda convenient to use same keys to edit shell command string.−allan_s2yAlso you can (at least in zsh) hit a shortcut to open the current line in $EDITOR when your one liner starts to get a bit long
Comments
Are you using vim to run shell commands?
bash has builtin support for vi-style navigation. It's kinda convenient to use same keys to edit shell command string.
Also you can (at least in zsh) hit a shortcut to open the current line in $EDITOR when your one liner starts to get a bit long