/usr/share/gnuit/gnuitrc.vt100 is in gnuit 4.9.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 | ###############################################################################
### ###
### GNU Interactive Tools 4.9.5 configuration file ###
### Copyright (c) 1993-2000, 2006-2007 Free Software Foundation, Inc. ###
### ###
### This file is part of gnuit. ###
### ###
### gnuit is free software: you can redistribute it and/or modify it ###
### under the terms of the GNU General Public License as published ###
### by the Free Software Foundation, either version 3 of the ###
### License, or (at your option) any later version. ###
### ###
### gnuit is distributed in the hope that it will be useful, but ###
### WITHOUT ANY WARRANTY; without even the implied warranty of ###
### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ###
### GNU General Public License for more details. ###
### ###
### You should have received a copy of the GNU General Public ###
### License along with this program. If not, see ###
### http://www.gnu.org/licenses/. ###
### ###
###############################################################################
###
### vt100 configuration file.
###
###
### If your terminal supports the standard ANSI color sequences, set
### AnsiColors to ON ([GITxxx-Color] descriptions will be used). If
### it doesn't, AnsiColors should be OFF ([GITxxx-Monochrome]
### descriptions # will be used instead).
###
[Setup]
AnsiColors = OFF # empty means OFF
UseLastScreenChar = ON # use the last character on the screen
StartupScrollStep = # empty means half the number of lines
###
### WARNING: empty lines are considered to be end of sections!
###
[GITFM-Setup]
StartupFileDisplayMode = Size # OwnerGroup, DateTime, Size, AbbrevSize, Mode or FullName
StartupFileSortMethod = Name # Name, Extension, Size, Date, Mode, OwnerId, GroupId, OwnerName or GroupName
MaxUnscaledDigits = 9
GroupDigits = ON
ConfirmOnExit = # empty means OFF
HistoryFile = ~/.githistory
InfoDisplay = ON
LeadingDotMatch = ON # OFF means that leading '.' is matched only explicitly
TypeSensitivity = ON # Automatically set to OFF when AnsiColors is OFF
NormalModeHelp = F3 View F4 Edit F5 Copy F6 Move F7 MkDir F8 Del ^X^C Exit ^CH Ln ^CS SymLn
CommandLineModeHelp = ^G-STOP ^B/^F-MOVE ^P/^N-HISTORY ^A-BOL ^E-EOL ^O-RESTORE ^X^C-EXIT ^Z-SUSPEND
#NormalModeHelp = System: \s Host: \h Machine: \m Date: \d
#CommandLineModeHelp = System: \s Host: \h Machine: \m Date: \d
[GITPS-Setup]
Help = Arrows-MOVE Enter-SIGNALS ^L-REFRESH ^X^C/F10-QUIT ^Xk-KILL
RefreshAfterKill = ON # Refresh process list after killing processes
[GITVIEW-Setup]
Help = Arrows/PgUp/PgDown/Home/End-MOVE ^L-REFRESH ^X^C/F10-QUIT 0-9/a-f/A-F-OFFSET
###
### To ignore a section just comment its name
###
[GITFM-FTI]
###############################
### vt100 with ANSI colors. ###
###############################
[GITFM-Color]
TitleForeground = CYAN
TitleBackground = BLUE
TitleBrightness = ON
UserName = YELLOW
TtyName = YELLOW
ClockForeground = BLACK
ClockBackground = CYAN
ClockBrightness = OFF
PanelFrame = WHITE
PanelBackground = BLUE
PanelThumbForeground = BLACK
PanelThumbBackground = WHITE
PanelThumbBrightness = OFF
PanelSelectedFile = YELLOW
PanelSelectedFileBrightness = ON
PanelNotSelectedFile = WHITE
PanelNotSelectedFileBrightness = ON
PanelCurrentSelectedFile = YELLOW
PanelCurrentNotSelectedFile = WHITE
PanelCurrentFile = CYAN
PanelPath = RED
PanelPathBrightness = OFF
PanelDeviceFreeSpace = RED
PanelDeviceFreeSpaceBrightness = OFF
PanelFileInfo = RED
PanelFileInfoBrightness = OFF
PanelFilesInfo = BLACK
PanelFilesInfoBrightness = OFF
InputLineForeground = WHITE
InputLineBackground = BLACK
InputLineBrightness = ON
InputLineErrorForeground = WHITE
InputLineErrorBackground = RED
InputLineErrorBrightness = ON
StatusBarForeground = BLACK
StatusBarBackground = CYAN
StatusBarBrightness = OFF
StatusBarWarningForeground = BLACK
StatusBarWarningBackground = WHITE
StatusBarWarningBrightness = OFF
StatusBarErrorForeground = WHITE
StatusBarErrorBackground = RED
StatusBarErrorBrightness = ON
[GITPS-Color]
TitleForeground = CYAN
TitleBackground = BLUE
TitleBrightness = ON
HeaderForeground = CYAN
HeaderBackground = RED
HeaderBrightness = ON
ScreenForeground = BLACK
ScreenBackground = CYAN
ScreenBrightness = OFF
StatusForeground = CYAN
StatusBackground = BLUE
StatusBrightness = ON
[GITVIEW-Color]
TitleForeground = CYAN
TitleBackground = BLUE
TitleBrightness = ON
HeaderForeground = CYAN
HeaderBackground = RED
HeaderBrightness = ON
ScreenForeground = BLACK
ScreenBackground = CYAN
ScreenBrightness = OFF
StatusForeground = CYAN
StatusBackground = BLUE
StatusBrightness = ON
###################################
### vt100 monochrome settings. ###
###################################
[GITFM-Monochrome]
TitleForeground = WHITE
TitleBackground = BLACK
TitleBrightness = ON
UserName = WHITE
TtyName = WHITE
ClockForeground = BLACK
ClockBackground = WHITE
ClockBrightness = OFF
PanelFrame = WHITE
PanelBackground = BLACK
PanelThumbForeground = BLACK
PanelThumbBackground = WHITE
PanelThumbBrightness = OFF
PanelSelectedFile = WHITE
PanelSelectedFileBrightness = ON
PanelNotSelectedFile = WHITE
PanelNotSelectedFileBrightness = OFF
PanelCurrentSelectedFile = WHITE
PanelCurrentNotSelectedFile = BLACK
PanelCurrentFile = WHITE
PanelPath = BLACK
PanelPathBrightness = OFF
PanelDeviceFreeSpace = BLACK
PanelDeviceFreeSpaceBrightness = OFF
PanelFileInfo = BLACK
PanelFileInfoBrightness = OFF
PanelFilesInfo = BLACK
PanelFilesInfoBrightness = OFF
InputLineForeground = WHITE
InputLineBackground = BLACK
InputLineBrightness = ON
InputLineErrorForeground = WHITE
InputLineErrorBackground = BLACK
InputLineErrorBrightness = ON
StatusBarForeground = BLACK
StatusBarBackground = WHITE
StatusBarBrightness = OFF
StatusBarWarningForeground = BLACK
StatusBarWarningBackground = WHITE
StatusBarWarningBrightness = OFF
StatusBarErrorForeground = BLACK
StatusBarErrorBackground = WHITE
StatusBarErrorBrightness = OFF
[GITPS-Monochrome]
TitleForeground = BLACK
TitleBackground = WHITE
TitleBrightness = OFF
HeaderForeground = WHITE
HeaderBackground = BLACK
HeaderBrightness = ON
ScreenForeground = WHITE
ScreenBackground = BLACK
ScreenBrightness = OFF
StatusForeground = BLACK
StatusBackground = WHITE
StatusBrightness = OFF
[GITVIEW-Monochrome]
TitleForeground = BLACK
TitleBackground = WHITE
TitleBrightness = OFF
HeaderForeground = WHITE
HeaderBackground = BLACK
HeaderBrightness = ON
ScreenForeground = WHITE
ScreenBackground = BLACK
ScreenBrightness = OFF
StatusForeground = BLACK
StatusBackground = WHITE
StatusBrightness = OFF
###
### COMMAND FORMAT:
### key = command name; formatted command; new dir; save screen; pause; hide
###
### DEFAULTS:
### save screen = y
### pause = n
### hide = n
###
### PLEASE READ THE INFO DOCUMENTATION FOR DETAILS
### BRIEF:
###
### FORMAT SPECIFIERS:
### - %s{question,default_answer}
### - %?{confirmation}
###
### - %f file (not directory)
### - %d directory (not file)
### - %l symbolic link
### - %t fifo
### - %z socket
### - %a any type of directory entry (file, directory, link, fifo, socket)
### - %m current entry mode
### - %g current entry group
### - %o current entry owner
### - %p current panel path
### - %b current panel directory name
### - %i current panel selected or current entry
###
### **** For the other panel: *****
###
### - %F file (not directory)
### - %D directory (not file)
### - %L symbolic link
### - %T fifo
### - %Z socket
### - %A any type of directory entry (file, directory, link, fifo, socket)
### - %M current entry mode
### - %G current entry group
### - %O current entry owner
### - %P the other panel path
### - %B the other panel directory name
### - %I the other panel selected or current entry
###
### For faster startup, try to keep this entries sorted alphabetically,
### at least locally. The order is given by the key sequence.
###
###
### Key sequences starting with characters between ' ' and '~' are IGNORED!
###
[GITFM-Keys]
^[[A = previous-line
^[[B = next-line
^[[C = forward-char
^[[D = backward-char
^[OA = previous-line
^[OB = next-line
^[OC = forward-char
^[OD = backward-char
^[[1~ = beginning-of-panel # HOME
^[[4~ = end-of-panel # END
^[[2~ = select-entry # INS
^[[3~ = delete-char # DEL
^[[5~ = scroll-down # PGUP
^[[6~ = scroll-up # PGDOWN
^[[[A = INFO; info %s{Info documentation: ,} # F1 (telnet from a Linux console)
^[[[B = FILE-ACTION; gitaction %p %f # F2 (telnet from a Linux console)
^[[[C = VIEW; gitview %f;;n # F3 (telnet from a Linux console)
^[[[D = EDIT; $GNUIT_EDITOR %f;;n # F4 (telnet from a Linux console)
^[[[E = copy # F5 (telnet from a Linux console)
^[OP = INFO; info %s{Info documentation: ,} # F1
^[OQ = FILE-ACTION; gitaction %p %f # F2
^[OR = VIEW; gitview %f;;n # F3
^[OS = EDIT; $GNUIT_EDITOR %f;;n # F4
^[[16~ = copy # F5
^[[17~ = move # F6
^[[18~ = make-directory # F7
^[[19~ = delete # F8
^[[20~ = MAKE; make %s{Options: ,-k };;;y # F9
^[[21~ = exit # F10
^[[23~ = GITPS; gitps;;n # F11
^[[24~ = READ-MAIL; $GNUIT_RMAIL;;n # F12
###
### Only key sequences starting with characters between ' ' and '~' are
### ALLOWED.
###
[GITPS-Keys]
^[[A = previous-line
^[[B = next-line
^[[5~ = scroll-down # PGUP
^[[D = scroll-down # PGUP
^[[6~ = scroll-up # PGDOWN
^[[C = scroll-up # PGDOWN
^[[1~ = beginning-of-list
^[[4~ = end-of-list
^[OA = previous-line
^[OB = next-line
^[OC = scroll-up
^[OD = scroll-down
^[[21~ = exit # F10
###
### Key sequences starting with characters between ' ' and '~' are IGNORED!
###
[GITVIEW-Keys]
^[[A = previous-line
^[[B = next-line
^[[5~ = scroll-down # PGUP
^[[D = scroll-down # PGUP
^[[6~ = scroll-up # PGDOWN
^[[C = scroll-up # PGDOWN
^[OA = previous-line
^[OB = next-line
^[OC = scroll-up
^[OD = scroll-down
^[[1~ = beginning-of-file # HOME
^[[4~ = end-of-file # END
^[[21~ = exit # F10
|