From 6eee93e0e9ea291db719dc8efb26702ef7c7e9e7 Mon Sep 17 00:00:00 2001 From: "Lloyd W. Slade" Date: Tue, 10 Aug 2021 15:24:45 -0400 Subject: [PATCH] changed default branch, updated readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8ee5911..88525da 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ 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. +### Important Notice + +This README, as well as the various versions for different versions of tmux, are currently a shambles. I'm hoping to fix it up soon, but you might notice some irregularities. + ## Key bindings ### Function keys @@ -44,4 +48,6 @@ This configuration file sources `~/.tmux-local.conf` if you want to make additio 3. Run `touch ~/.tmux-local.conf`. 4. Start a new tmux session, or reload the configuration file in existing session(s). +### Errata +Most of my work on this repository is done on my [personal Git server](https://git.vaxinthebasement.com/selectric/fmux). It may take some time for updates to be pushed from there to GitHub or other locations.