From 5cb3593df47619d2a569ad876e63c419d6598aaa Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 30 Sep 2016 17:05:30 +0200 Subject: [PATCH] Add explanation for configuration settings --- imagrc.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/imagrc.toml b/imagrc.toml index 108c52ac..369d9f2a 100644 --- a/imagrc.toml +++ b/imagrc.toml @@ -11,11 +11,20 @@ # [ui.cli] -# History file path for readline +# History file path for readline. Will be created by imag if it does not exist. readline_history_file = "/tmp/readline.history" + +# Number of lines to safe in the history file readline_history_size = 100 + +# Ignore duplicated lines readline_history_ignore_dups = true + +# Tell if lines which begin with a space character are saved or not in the +# history list. readline_history_ignore_space = true + +# The prompt string to use readline_prompt = ">> " [store]