added README
This commit is contained in:
parent
ca9cac72b6
commit
1c5b9e4305
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
# 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
|
||||||
|
|
||||||
|
1. Clone this repository to your home folder.
|
||||||
|
2. Establish a symbolic link from the tmux.conf file in the repository folder your home folder:
|
||||||
|
<code>ln -s /home/$USER/fmux/.tmux.conf /home/$USER/.tmux.conf</code>
|
||||||
|
3. Start a new tmux session, or reload the configuration file in existing session(s).
|
||||||
Loading…
Add table
Reference in a new issue