My personal dotfiles for Linux β managed with care, deployed with pride.
Author: LsM97 Last Updated: April 21, 2026
| File | Description |
|---|---|
tmux.conf |
Tmux configuration β custom prefix (Ctrl-A), Vi mode, 256-color, mouse support, smart splits |
tmux-cheatsheet.md |
Quick reference for all tmux bindings and settings |
# Clone the repo
git clone https://github.com/LsM97/dotfiles.git ~/.dotfiles
# Link tmux config
ln -sf ~/.dotfiles/tmux.conf ~/.tmux.conf
# Source tmux config
tmux source-file ~/.tmux.conf- Prefix:
Ctrl-A(replaced defaultCtrl-B, CapsLock-friendly) - Pane switching:
Alt+ arrow keys (no prefix needed!) - Vi mode: Copy mode uses vi keys (
h/j/k/l,/,n) - Smart splits: All panes/windows open in the current directory
- Mouse: Click windows, panes, resize
- 256-color: Full terminal color support
- Visual theme: Red/yellow status bar, pane borders
- Status bar: Bottom position, red foreground
- Active window: Black background, red foreground, bold
- Inactive window: Red foreground, white name, yellow flags
- Pane borders: Red (inactive), Yellow (active)
- Messages: Yellow, bold
See tmux-cheatsheet.md for the full reference!
MIT