about summary refs log tree commit diff stats
path: root/xombrero.1
Commit message (Collapse)AuthorAgeFilesLines
* Fix the behavior of show_url and fancy_bar so they actually act likeJosh Rickmar2012-06-011-27/+15
| | | | | | the manpage says they do. Setting show_url = 1 and fancy_bar = 0 will now only display the url bar on the toolbar and not draw the buttons and search box.
* Parse keybound commands for if they begin with a ':'. If they do,Josh Rickmar2012-06-011-15/+27
| | | | | | | | | | | | don't try to execute them, but instead open a prompt with that current command. Can be used to create custom prompts, and should fix FS#233. This change also adds the ability to replace strings in keybound prompts. So far the only string replacement is <uri> which is replaced by the current tab's uri. This also kills the old prompt* commands as they only existed so they could be bound to a key. However with the addition of the <uri> substitution, these are no longer necessary. Document these changes in the manpage.
* Add my copyright to the files I've added code toJosh Rickmar2012-05-301-0/+1
|
* Add an about:search page to notify users we are not in a position toJosh Rickmar2012-05-251-0/+3
| | | | | recommend any search engine. Save their choice to runtime, and document how runtime is being read in the manpage.
* Make sure include_config is alphabetical in the manpage with the restJosh Rickmar2012-05-171-24/+24
| | | | of the settings
* rename xxxterm to xomreroMarco Peereboom2012-05-171-0/+1414