Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 631 Bytes

tmux.md

File metadata and controls

53 lines (28 loc) · 631 Bytes

Configuration

not having to use ctrl b as the main prefix

// todo

the prompt("user@machine:directory") does not show colors
vim ~/.tmux.conf
set -g default-terminal "screen-256color"

Basics

new pane
# Vertical split
ctrl b + %

# Horizontal split
ctrl b + "
navigating between panes
ctrl b + arrow keys
closing a pane
exit 

ctrl d
new window
ctrl b, c
switching between windows
ctrl b, p

ctrl b, n
closing window

// todo

scrolling
ctrl b, [, arrow keys

session management

// todo