Arch users switching back to Arch after 10 minutes of using Ubuntu:
Arch users switching back to Arch after 10 minutes of using Ubuntu:
Yes. You choose the compose key in your DE settings (usually right alt key), then you can press it and type compose sequences to insert unusual symbols or strings.
Thank you very much!
Looks like the site is down or blocked in my country.
Could anyone please be so nice and copy paste those commands here?
Is there a link to this talk (or interview, or whatever this is) but in a video format, or at least a text without all those «SEE ALSO» self ads?
I comment the commands that I want and then use vim to remove ones without comments.
For example, I run:
longandannoyingcommand -f1 -f2 -f3 # keep, does something useful
Usually comment explains what the command does so I can find it by description using fzf history search. And then you can easily find all lines that contain (or do not contain “
# keep
”) in your history to remove or keep.