Y
Hacker News
new
|
ask
|
show
|
jobs
by
figomore
2253 days ago
In ZSH I do:
mv foo-bar <alt>-m
It’ll repeat foo-bar. It’s very useful. I miss it when I’m using Fish or Bash.
1 comments
grifball
2253 days ago
In bash, you can do ctrl-w ctrl-y ctrl-y to cut paste paste as long as it doesnt have spaces
link