Commit 95f394e8917def2c11ce292b3a8f804d261b1d12

Klemens Nanni 2021-10-04T17:05:33

Document command aliases in tmux(1) style, add tags for navigation This has the advantage of tags being located right by the full command; combined with tags ":tco" to search for the `co` alias will jump right to the `checkout` line, neatly showing everything without needing further navigation. tmux hint from Thomas Adam, thanks. OK stsp