diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-07-19 01:31:00 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2011-07-19 01:31:00 +0000 |
commit | e5cee897271c2b7a90c355d50d74ca8475e02f62 (patch) | |
tree | d8ed51159bd313849de6611f523cb00a2a3a50b1 /examples | |
parent | d86c6b2fffa4da0aee18b9baa3dcc254a42a77d0 (diff) | |
download | rtmux-e5cee897271c2b7a90c355d50d74ca8475e02f62.tar.gz rtmux-e5cee897271c2b7a90c355d50d74ca8475e02f62.tar.bz2 rtmux-e5cee897271c2b7a90c355d50d74ca8475e02f62.zip |
Typo, from Si Feng.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/screen-keys.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/screen-keys.conf b/examples/screen-keys.conf index 646aab14..4e98fd77 100644 --- a/examples/screen-keys.conf +++ b/examples/screen-keys.conf @@ -26,7 +26,7 @@ bind x lock-server # screen ^C c unbind ^C bind ^C new-window -bind c +unbind c bind c new-window # detach ^D d |