1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-08 06:04:12 +01:00

Add 'private' for entering private browsing mode. (Gary Katsevman)

This commit is contained in:
Doug Kearns
2009-06-28 16:42:32 +10:00
parent d81ea622e8
commit 63925afb03
5 changed files with 39 additions and 0 deletions

View File

@@ -304,6 +304,7 @@ section:Options[option-index]
||'pageinfo'|| Desired info on [c]:pa[geinfo][c] +
||'popups'|| Where to show requested popup windows +
||'previouspattern'|| Patterns to use when guessing the \'previous' page in a document sequence +
||'private'|| Set the 'private browsing' option +
||'runtimepath'|| List of directories searched for runtime files +
||'scroll'|| Number of lines to scroll with [m]<C-u>[m] and [m]<C-d>[m] commands +
||'shell'|| Shell to use for executing [c]:![c] and [c]:run[c] commands +

View File

@@ -445,6 +445,21 @@ Number of Ex commands and search patterns to store in the command-line history.
____
|\'noprivate'| |\'private'|
||'private'|| boolean (default: off)
____
Set the 'private browsing' option. In private browsing mode history, cache
files, cookies, form data, passwords, and download list entries are available
only for the duration of the private browsing session and deleted when
returning to normal browsing mode.
Warning: Vimperator specific data like command-line history is not yet purged
when exiting private browsing mode.
Note: this is only available in FF 3.5.
____
|\'nohls'| |\'nohlsearch'| |\'hls'| |\'hlsearch'|
||'hlsearch' 'hls'|| boolean (default: off)
____