From e554b22fc63ac1ead2a85eb8b87446208f94c184 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 27 Jun 2016 23:52:36 +0200 Subject: [PATCH] Update documentation --- bin/fcscs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/bin/fcscs b/bin/fcscs index b19ae6b..eae6b0a 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -988,8 +988,9 @@ sub handler_url { =head1 CONFIGURATION -fcscs is configured through F<~/.fcscsrc> or F<~/.config/fcscs/fcscsrc> which -is a normal Perl script with all of Perl's usual features. +fcscs is configured through F<~/.fcscsrc> (preferred) or +F<~/.config/fcscs/fcscsrc> which is a normal Perl script with all of Perl's +usual features (only loaded if not writable by others). All configuration values are stored in the hash C<%config>. All manually defined keys overwrite the default settings. @@ -1009,8 +1010,8 @@ settings see below): # Draw numbers in bold yellow. $config{attribute}{match_id} = color_pair(COLOR_YELLOW, -1) | A_BOLD; - # Disable Vim-like 'smartcase', ignore case until an upper character is - # searched. + # Disable Vim-like 'smartcase' (ignore case until an upper character is + # searched) which is enabled by default. $config{setting}{smartcase} = 0; # Use chromium to open URLs if running under X, elinks otherwise. @@ -1191,7 +1192,7 @@ Defaults in parentheses. =item B sleep x us before running paste command (C<100_000>) -=item B GNU Screen's msgwait variable, used when yanking (C<5>) +=item B GNU Screen's msgwait variable, overwritten with this value when yanking (C<5>) =item B additional accept key like return, set to C<\n> to disable (C) -- 2.43.2