sketchpad

A collection of personal and technical notes.

View the Project on GitHub arantebw/sketchpad

tmux

kill-server

It kills the current tmux server.

tmux kill-server

move-window

Move the <window_index> window to <session_name> session.

tmux move-window -s <session_name>:<window_index>

swap-window

tmux swap-window -t <target>

Swaps the current active window and the <target> window.

Buffer Commands

Install tmux plugins, then reload the environment.

Ctrl + b, Shift + i

Switch to a specific and open window. # is the number assigned to an open window.

C-b + #

Rename an active window.

C-b + ,

Splits the current pane horizontally. This keybinding is a remap of the original C-b + " keybinding.

C-b + -

Splits the current pane vertically. This keybinding is a remap of the original C-b + % keybinding.

C-b + |

Restore persisted sessions after reboot.

C-b + C-r

Save current state of a session for persistence after reboot.

C-b + C-s

Display or switch (attach) from a list of active sessions.

C-b + s

Display or switch from a list of active panes (windows) of sessions.

C-b + w