st

fork of suckless's simple terminal
Index Commits Files Refs README LICENSE
commit 587bc939f63b49c6155c4f1fdf97e73380207446
parent 8d21ced08527e79489f37b7a4ad19355bca2207c
Author: Christoph Lohmann <20h@r-36.net>
Date:   Thu, 22 Aug 2013 19:32:49 +0200

Tmux is using C-b by default.

Thanks for noticing Fidel Barrera Cruz!

Diffstat:
MFAQ | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/FAQ b/FAQ
@@ -26,7 +26,7 @@ st or st-256color. The default value for TERM can be changed in config.h
 
 Using a terminal multiplexer.
 
-* `st -e tmux` using C-a [
+* `st -e tmux` using C-b [
 * `st -e screen` using C-a ESC
 
 ## Why doesn't the Del key work in some programs?