From 377caa85b5ee87ef1d2006cd6470f6362775e0c8 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 27 Aug 2008 01:21:28 +0100 Subject: [PATCH] more detail about quotes and # inside values. --- doc/terminator_config.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/terminator_config.5 b/doc/terminator_config.5 index 8ab6afd0..f6cd0d6c 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -14,8 +14,9 @@ This is what a Terminator config file should look like: font = Fixed 10 background_color = #000000 foreground_color = "#FFFFFF" #Another comment. Quotes can be used for any value - scrollback_lines = 500 + scrollback_lines = '500' #More comment. Single quotes are valid too cursor_blink = True + custom_command = "echo \"foo#bar\"" #Final comment - this will work as expected. [keybindings] full_screen = F11