-
Notifications
You must be signed in to change notification settings - Fork 0
Tmux Configuration Docs
Anil Dewani edited this page Nov 23, 2023
·
3 revisions
tmux is a terminal multiplexer. It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.
configuration source file: ↗tmux.conf
I've extended the functionality of tmux by adding following plugins via tpm (tmux plugin manager):
- tmux-sensible - basic tmux settings everyone can agree on
- tmux-nerd-font-window-name - Nerd Font icons for your tmux windows
- tmux-power - Tmux powerline theme
- tmux-net-speed - display current upload/download speed
- tmux-fzf - Use fzf to manage your tmux work environment!
- tmux-session-wizard - control all your session creation, naming, switching, etc using fzf & zoxide