tmux
Links
Current config
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
set-option -g status-interval 5 set-option -g automatic-rename on set-option -g automatic-rename-format '#{b:pane_current_path}'
Manually rename windows with -
Prefix + ,
To show current bindings -
Prefix + ?
Last updated