π
π
π
π
wiki
π‘
π
π¦
Searchβ¦
Introduction
Books
Computer Science
Programming
Competitive Programming
Source control
Programming languages
Networking
Mindfullness
LLVM
Operating systems
Linux
macOS
Windows
CLI
tmux
screen
ripgrep
fd
bat
tldr
install
chflags
Technology
Databases
Text editors
IDEs
Philosophy
Learning
History
Buddhism
Psychology
Logic
Literature
Research
Papers
Courses
Devops
Life
Meetups
Sports
Music
Podcasts
Movies
TV Series
Log
TIL
Powered By
GitBook
tmux
Links
β
Scripting tmux
β
Current config
β
tmux.conf
β
Color scheme
β
gruvbox theme
- I forked the
repository to add Zoom indicator icon support.
Tmux Cookboook
Rename tmux windows to current directory -
https://stackoverflow.com/questions/28376611/how-to-automatically-rename-tmux-windows-to-the-current-directory
β
1
set-option -g status-interval 5
2
set-option -g automatic-rename on
3
set-option -g automatic-rename-format '#{b:pane_current_path}'
Copied!
Manually rename windows with -
Prefix + ,
To show current bindings -
Prefix + ?
Previous
CLI
Next
screen
Last modified
2yr ago
Copy link
Contents
Links
Current config
Color scheme
Tmux Cookboook