aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 17:00:03 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 17:00:03 +0000
commit547b244e3217ce337f938696f212f7a52edc6f05 (patch)
treed3f4dd0c78ce33e12c2be11c169166f0b3183910 /FAQ
parente96dfbc2bfbe227638cca9cb176f87682c75f940 (diff)
downloadrtmux-547b244e3217ce337f938696f212f7a52edc6f05.tar.gz
rtmux-547b244e3217ce337f938696f212f7a52edc6f05.tar.bz2
rtmux-547b244e3217ce337f938696f212f7a52edc6f05.zip
It does hit C-b.
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ4
1 files changed, 2 insertions, 2 deletions
diff --git a/FAQ b/FAQ
index b60ccf15..8d7c6850 100644
--- a/FAQ
+++ b/FAQ
@@ -61,9 +61,9 @@ If this doesn't fix it, send a bug report.
* Why is C-b the prefix key? How do I change it?
The default key is C-b because the prototype of tmux was originally developed
-inside screen and C-b was chosen not to interfere with the screen meta key. It
+inside screen and C-b was chosen not to clash with the screen meta key. It
also has the advantage of not interfering with the use of C-a for start-of-line
-in emacs and the shell.
+in emacs and the shell (although it does interfere with previous-character).
Changing is simple: change the "prefix-key" option, and - if required - move
the binding of the "send-prefix" command from C-b (C-b C-b sends C-b by