General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Mental Outlaw
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "Command Line Tricks That Make Me the Coolest Guy in the Office" video.
If it's a range of something he could also use {1..9} or [1-9]. One thing I've found quite useful is when you want to match on 2 or more characters too, such as ls -d [Aa]?* to list everything that starts with an A or a but not merely a or A on their own. I have multiple folders that are sorted alphabetically.
3
@mustekala797 Thanks, and it doesn't interfere with Shift+Page{Up,Down} to scroll the terminal output either.
2
I use vim daily, but I can't stand vi mode with bash. It just doesn't respect my ~/.vimrc ;)
1
I just use the same ones they use on Windows, Ctrl+{Left,Right}.
1