giorgosioak / tmux-conf

Tmux Config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tmux Config

Personal config with custom theme and battery icon in tmux status-right.

Fast links: Installation > What's included > Credits & License

Installation

Dependencies

tmux must be installed

Manual Installation

$ git clone https://github.com/giorgosioak/tmux-conf.git ~/clone/path   # Clone the repo
$ cd ~/clone/path                                                       # Cd to folder
$ mv ~/.tmux.conf ~/.tmux.conf.backup                                   # Backup your current config
$ mv .tmux.conf .tmux ~                                                 # Copy files to ~ 
$ tmux source-file ~/.tmux.conf                                         # Reload TMUX environment
$ rm -r ~/clone/path                                                    # You can safely remove ~/clone/path

What's included

  • Less awkward prefix keys : Remap prefix from 'C-b' to 'C-a'.
  • Pane Split Commands : Using | and - for splitting panes.
  • Easy Config Reloads : 'C-a' + r to reload tmux.
  • Fast Pane-Switching : Alt + for switching panes.
  • Don't allow tmux rename windows automatically
  • Custom Theme
  • Battery percentage on status-right

alt text

Credits & License

External Plugins

The tmux-battery plugin is part of the tmux-plugins organisation.

Theme and key binds

By Ham Vocke's A Guide to Customizing your tmux.conf.

Theme was created by reddit user /u/dothebarbwa.

Maintainer

License

MIT

About

Tmux Config

License:MIT License


Languages

Language:Shell 100.0%