This tool helps you build a tmux configuration file based on your preferences. You can adjust settings for key bindings, appearance, status bar, and add useful plugins.
# Tmux Configuration # Generated with TmuxAI Config Generator # https://tmuxai.dev # -- Basic Settings ------------------------------------------ set -g prefix C-b set -g escape-time 500 set -g history-limit 5000 set -g base-index 1 setw -g pane-base-index 1 set -g mouse on # -- Status Bar --------------------------------------------- set -g status-position bottom set -g status-interval 1 set -g status-left "#{session_name} " set -g status-left-length 50 set -g status-right "#{host} %Y-%m-%d %H:%M" set -g status-right-length 50 # -- Plugins ----------------------------------------------- # Plugin manager set -g @plugin 'tmux-plugins/tpm' # Other plugins set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-sensible' # Initialize TMUX plugin manager # Keep this line at the very bottom of tmux.conf run '~/.tmux/plugins/tpm/tpm'
AI Powered, Non-Intrusive Terminal Assistant
TmuxAI enhances your terminal with AI-powered commands, automation, and contextual awareness while preserving your existing workflow. It's open-source, privacy-focused, and can be used with any terminal emulator.
curl -fsSL https://get.tmuxai.dev | bash