aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-03 02:03:00 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-03 12:36:26 +1200
commit8153e126523f8396552fadb590980221abee0a2d (patch)
treea7ff3b0dd91be07924a3e14cd2cc99eee699bbc9 /README.markdown
parentAdd more explanation to README (diff)
downloaddotfiles-8153e126523f8396552fadb590980221abee0a2d.tar.gz
dotfiles-8153e126523f8396552fadb590980221abee0a2d.zip
Correct an error in README
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown
index e0a9e6b7..722cc652 100644
--- a/README.markdown
+++ b/README.markdown
@@ -337,12 +337,10 @@ The configuration file is created with `m4(1)` to allow specifying a color
theme. This is just because I use a different color for my work session. The
default is a dark grey.
-The configuration for Bash includes a `tmux` function designed to make `attach`
-into the default command if no arguments are given and sessions do already
-exist. The default command is normally `new-session`.
-
-My `~/.inputrc` file binds Alt+M to attach to or create a `tmux` session, and
-Tmux in turn binds the same key combination to detach.
+The shell scripts in `bin` include `tm(1df)`, a shortcut to make `attach` into
+the default command if no arguments are given and sessions do already exist. My
+`~/.inputrc` file binds Alt+M to run that, and Tmux in turn binds the same key
+combination to detach.
### Vim