Try Documentalist,
my app that offers fast, offline access to 190+ programmer API docs.
Ctrl-b
is the default shortcut to start
Sessions:
tmux list-sessions
tmux new -s $session-name
tmux new
tmux a [-t $session-name]
: attach to existing sessiontmux detach
orCtrl-b d
: detach (keeps the session running)tmux kill-session -t $session-name
Managing panes:
Ctrl-b %
: new vertical paneCtrl-b "
: new horizontal paneCtrl-b n
: go to next paneCtrl-b x
: close paneCtrl-b :resize-p -D 4
: 4 lines less down (other options: -U, -L, -R (up, left, right)
Window management:
Ctrl-b c
: create new windowCtrl-b n
: go to next windowCtrl-b p
: go to prev windowCtrl-b &
: close window
Scrolling:
Ctrl-b [
then up/down, page up/down,q
to quit
Help about keymap:
Ctrl-b ?
Links: