From: Simon Ruderich Date: Thu, 28 Jan 2016 17:49:22 +0000 (+0100) Subject: fix indentation X-Git-Url: https://ruderich.org/simon/gitweb/?p=fcscs%2Ffcscs.git;a=commitdiff_plain;h=a2fcae71869449f4ba923a91bf35f8102374c442;ds=sidebyside fix indentation --- diff --git a/bin/fcscs b/bin/fcscs index dd070ee..7a492e9 100755 --- a/bin/fcscs +++ b/bin/fcscs @@ -1126,17 +1126,17 @@ Example: =cut my %setting = ( # options - debug => 0, - initial_mode => \&mapping_mode_url, - multiplexer => undef, - ignorecase => 0, - smartcase => 1, - paste_sleep => 100_000, - screen_msgwait => 5, + debug => 0, + initial_mode => \&mapping_mode_url, + multiplexer => undef, + ignorecase => 0, + smartcase => 1, + paste_sleep => 100_000, + screen_msgwait => 5, # global mappings alternative_return => 's', # commands - browser => ['x-www-browser'], + browser => ['x-www-browser'], ); =head2 REGEXPS