aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--examples/config/config4
1 files changed, 4 insertions, 0 deletions
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