Category: Linux

Linux

Tmux Short Key

Session is a set of windows, plus a notion of which window is current. Window is a single screen covered with panes. (Once might compare it to a ‘virtual desktop’ or a ‘space’.) Pane is a rectangular part of a window that runs a specific command, e.g. a shell. ResizingPane Ctrl-b then [ then you […]

Back To Top