A minimal and beautiful tmux configuration with Nord-inspired colors.
Create symlink to use this config:
ln -s ~/.config/tmux/tmux.conf ~/.tmux.conf
tmux source-file ~/.tmux.conf- 256 color support with true color
- Mouse support enabled
- Nord color scheme (dark blue/gray theme)
- Window/pane numbering starts at 1
- History limit of 10,000 lines
- Auto-renumber windows when closed
tmux new -s name- Create new sessiontmux ls- List sessionstmux attach -t name- Attach to sessiontmux kill-session -t name- Kill session
c- Create new windown- Next windowp- Previous window0-9- Switch to window by number,- Rename window&- Kill window
%- Split horizontally (left/right)"- Split vertically (top/bottom)o- Switch to next paneq- Show pane numbersx- Kill panez- Zoom/unzoom pane{- Move pane left}- Move pane right- Arrow keys - Navigate panes
[- Enter copy mode]- PasteSpace- Start selection (in copy mode)Enter- Copy selection (in copy mode)
d- Detach from sessionr- Reload config (if mapped)?- Show all key bindingst- Show clock
[SESSION] | window1 window2* window3 | 15:30 25 Dec
- Left: Session name in blue
- Center: Window list (current window highlighted)
- Right: Time and date
- Click to select panes
- Scroll to navigate history
- Drag to resize panes
- Double-click to select words