From a6c6ff660337fcb479e29e600ca48f7a89dc6b90 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Sat, 4 Dec 2010 14:40:55 -0700 Subject: fix the t binds --- examples/config/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/config/config b/examples/config/config index 48aacfc..66e1a46 100644 --- a/examples/config/config +++ b/examples/config/config @@ -253,8 +253,8 @@ set ebind = @mode_bind global,-insert # Use socat to directly inject commands into uzbl-core and view events # raised by uzbl-core: -@cbind t = sh "xterm -e 'socat unix-connect:\"$UZBL_SOCKET\" -'" -#@cbind t = sh "urxvt -e 'socat unix-connect:\"$UZBL_SOCKET\" -'" +@cbind t = sh 'xterm -e "socat unix-connect:\"$UZBL_SOCKET\" -"' +#@cbind t = sh 'urxvt -e socat unix-connect:"$UZBL_SOCKET" -' # Uri opening prompts @cbind o_ = uri %s -- cgit v1.2.3