diff options
author | Daniel Carl <danielcarl@gmx.de> | 2017-05-16 23:21:48 +0200 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2017-05-16 23:23:15 +0200 |
commit | eb23cea534276f74926571393267827b2a74e7d0 (patch) | |
tree | c563dea64fab28731eb135cf8da92b65f3894495 /doc | |
parent | fc41555aaf0b9269c690bfde5f3e4f5928ad1ebe (diff) |
Added missed x-hint-command setting.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vimb.1 | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -856,6 +856,20 @@ To have upper case hint labels, it's possible to add following css to the `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] |