qutebrowser/qutebrowser/config
Oliver Caldwell e9128ebb2a Relax editor templating
I tried to set my editor to `termite -e "vim -f {}"`, termite being a
pretty cool and light terminal I use within my i3wm Arch linux box.

So when I open my editor I want it to launch a terminal with Vim inside
instead of GVim for various reasons.

The validation rejected this at first because it was looking for '{}'
inside ['foo', 'bar', 'baz {}'], essentially. So I need it to look
inside the sub-strings, not just the list.

Then after validation I need to perform the '{}' replacement inside the
sub-string too, not just replacing the whole string.
2016-01-26 09:18:43 +00:00
..
parsers Adjust copyright years. 2016-01-04 07:12:39 +01:00
__init__.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
config.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
configdata.py Merge branch 'pdfjs' of https://github.com/Kingdread/qutebrowser into Kingdread-pdfjs 2016-01-05 07:21:26 +01:00
configexc.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
configtypes.py Relax editor templating 2016-01-26 09:18:43 +00:00
sections.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
style.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
textwrapper.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
value.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
websettings.py Adjust copyright years. 2016-01-04 07:12:39 +01:00