tmux: 13 Cool Tweaks to Make It Personal and Powerful

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • tmux-resurrect

    Persists tmux environment across system restarts.

    This plugin restores the tmux environment after system restart. This plugin goes to great lengths to save and restore all the details from your tmux environment. See doc

  • tpm

    Tmux Plugin Manager

    # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' # Last saved environment is automatically restored when tmux is started. set -g @continuum-boot 'on' # terminal window will go fullscreen set -g @continuum-boot-options 'fullscreen' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) # run-shell "mkdir -p ~/.tmux/plugins/" # run-shell "git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm" run '~/.tmux/plugins/tpm/tpm' # Hit prefix + I to install plugins for the first time. It takes few seconds. So, wait before panic. # # resurrect key bindings: # prefix + Ctrl-s - save # prefix + Ctrl-r - restore #

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • homelab-devbox

    Discontinued To create and manage an efficient developer environment; To quickly setup devenv whereever we want - with many micro automation for increasing dev productivity, it installs and configure required development tools & env - tmux, venv, zsh, nano, nginx , docker, k8s and many more.

    You could access my tmux config here

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts