Skip to content

Commit

Permalink
Don't shell-interpret \@SELECTED_URI (fixes FS#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelz authored and Dieterbe committed Aug 5, 2010
1 parent afc0f87 commit 9cc39cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config/config
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ set ebind = @mode_bind global,-insert
# --- Mouse bindings ---------------------------------------------------------

# Middle click open in new window
@bind <Button2> = sh 'if [ "\@SELECTED_URI" ]; then uzbl-browser -u "\@SELECTED_URI"; else echo "uri $(xclip -o | sed s/\\\@/%40/g)" > $4; fi'
@bind <Button2> = sh 'if [ "$8" ]; then uzbl-browser -u "$8"; else echo "uri $(xclip -o | sed s/\\\@/%40/g)" > $4; fi' \@SELECTED_URI

# --- Keyboard bindings ------------------------------------------------------

Expand Down

0 comments on commit 9cc39cb

Please sign in to comment.