fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 100 forks source link

How to access environment variables in config file? #625

Open pglira opened 4 years ago

pglira commented 4 years ago

Is it possible to access environment variables (like $TERMINAL, $EDITOR) in the vimb config file?

E.g. for:

set editor-command=$TERMINAL -e $EDITOR %s
fanglingsu commented 4 years ago

This is not possible.

pglira commented 4 years ago

I think it would be quiet useful. Other examples:

BTW, thank you for this amazing project.