I've also seen people appending some sort of tag to a command in order to recall it quickly, maybe something like
- Code: Select all
ls -laF --group-directories-first #dir
the idea being that just typing #dir after hitting CTRL+R would bring up the command - of course it's kinda useless with a short command like the example above, but I find it useful with longer ones.