From e7467bfeba112703614c87fd19db4639580b3aa1 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Wed, 27 Aug 2008 01:24:34 +0100 Subject: [PATCH] fix up escaping --- doc/terminator_config.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/terminator_config.5 b/doc/terminator_config.5 index f6cd0d6c..eb5f5a5f 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -16,7 +16,7 @@ This is what a Terminator config file should look like: foreground_color = "#FFFFFF" #Another comment. Quotes can be used for any value 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. + custom_command = "echo \\"foo#bar\\"" #Final comment - this will work as expected. [keybindings] full_screen = F11