All public logs

Jump to navigation Jump to search

Combined display of all available logs of 6bit.ch wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:05, 14 October 2022 Xbl talk contribs created page Terminal Multiplexer (Created page with "= tmux = == navigating == <code>Ctr-b leftarrow</code> move active window horizontally</br> <code>Ctr-b rightarrow</code> move active window horizontally</br> <code>Ctr-b uparrow</code> move active window vertically</br> <code>Ctr-b downarrow</code> move active window vertically</br> == listing, creating, renaming, killing == <code>tmux ls</code> list sessions</br> <code>tmux kill -t sessionname</code> kill tmux session with name $sessionname</br> <code>tmux new -s ses...")