List of keybindings doesn't belong under /etc.
--- vit.pl.orig	Sun Apr  6 11:40:14 2014
+++ vit.pl	Tue Apr 15 21:49:12 2014
@@ -11,7 +11,7 @@ use strict;
 use Curses;
 use Time::HiRes qw(usleep);
 
-our $commands_file = '%prefix%/etc/vit-commands';
+our $commands_file = '%prefix%/share/vit/commands';
 our $task = '%TASK%';
 our $clear = '%CLEAR%';
 if ( $commands_file =~ /^%/ ) { $commands_file = "./commands"; }
