Skip to content

Instantly share code, notes, and snippets.

@nowakov
Created August 12, 2020 08:56
Show Gist options
  • Save nowakov/2157c78fa115a793442375680f1f0551 to your computer and use it in GitHub Desktop.
Save nowakov/2157c78fa115a793442375680f1f0551 to your computer and use it in GitHub Desktop.
# Change C-b to C-a
unbind C-b
set-option -g prefix C-a
bind-key C-a send-prefix
set -g mouse on
# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1
# Battery status
set -g status-right '#{battery_status_bg} Batt: #{battery_icon} #{battery_percentage} #{battery_remain} | %a %d %h %H:%M '
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'tmux-plugins/tmux-battery'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment