`style.css' file in vimb's configuration directory.
.IP "._hintLabel {text-transform: uppercase !important;}"
.RE
+.TP
+.B x-hint-command (string)
+Command used if hint mode ;x is fired.
+The command can be any vimb command string.
+Note that the command is run through the mapping mechanism of vimb so
+it might change the behaviour by adding or changing mappings.
+.RS
+.P
+.PD 0
+.IP ":set x-hint-command=:sh! curl -e <C-R>% <C-R>;"
+This fills the inputbox with the prefilled download command and replaces
+`<C-R>%' with the current URI and `<C-R>;' with the URI of the hinted element.
+.PD
+.RE
.SH FILES
.TP
.IR $XDG_CONFIG_HOME/vimb[/PROFILE]
i = 10;
/* TODO should be global and not overwritten by a new client */
setting_add(c, "closed-max-items", TYPE_INTEGER, &i, internal, 0, &vb.config.closed_max);
+ setting_add(c, "x-hint-command", TYPE_CHAR, &":o <C-R>;", NULL, 0, NULL);
#ifdef FEATURE_GUI_STYLE_VIMB2_COMPAT
/* gui style settings vimb2 compatibility */