No description
| .gitignore | ||
| .tmux.conf | ||
| LICENSE | ||
| README.md | ||
| tmux-right.sh | ||
fmux
tmux configuration for lazy people who like F-keys
This project implements byobu-like function key bindings for common tmux commands, but without as much overhead as byobu. It also adds some useful status-bar widgets on the right, implemented with a bash script.
Installation
- Clone this repository to your home folder.
- Establish a symbolic link from the tmux.conf file in the repository folder your home folder:
ln -s /home/$USER/fmux/.tmux.conf /home/$USER/.tmux.conf - Start a new tmux session, or reload the configuration file in existing session(s).