blob: e4ebc932a163610377ba231ccf8513c43a1087cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Text editor to open config file.
PREFERRED_EDITOR=${EDITOR-nano}
#This toggle controls whether the options menu is shown during the game.
#Acceptable values: yes, no
TOGGLE_LEGEND=yes
# Keys to move cursor around the matrix.
# Acceptable values for navigation keys: vim, aswd.
# Arrow keys are hardcoded and work in all options.
NAVIGATION_KEYS=vim
|