From 9e44a5085f8230a1eb0e88e0400fea3acb6795fb Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 24 Mar 2011 19:08:03 -0400 Subject: Add bindings to switch to https version --- examples/config/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/config') diff --git a/examples/config/config b/examples/config/config index e4cfa24..9822789 100644 --- a/examples/config/config +++ b/examples/config/config @@ -299,6 +299,10 @@ set ebind = @mode_bind global,-insert # New window binds @cbind gw = event REQ_NEW_WINDOW +# SSL-ify bindings +@cbind zs = uri \@(echo "$UZBL_URI" | sed -e 's/^http:/https:/')\@ +@cbind zS = event REQ_NEW_WINDOW \@(echo "$UZBL_URI" | sed -e 's/^http:/https:/')\@ + # Yanking & pasting binds @cbind yu = sh 'echo -n "$UZBL_URI" | xclip' @cbind yU = sh 'echo -n "$1" | xclip' \@SELECTED_URI -- cgit v1.2.3