diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 17:00:03 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 17:00:03 +0000 |
commit | 547b244e3217ce337f938696f212f7a52edc6f05 (patch) | |
tree | d3f4dd0c78ce33e12c2be11c169166f0b3183910 /FAQ | |
parent | e96dfbc2bfbe227638cca9cb176f87682c75f940 (diff) | |
download | rtmux-547b244e3217ce337f938696f212f7a52edc6f05.tar.gz rtmux-547b244e3217ce337f938696f212f7a52edc6f05.tar.bz2 rtmux-547b244e3217ce337f938696f212f7a52edc6f05.zip |
It does hit C-b.
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |