This file is indexed.

/usr/share/games/tf/kb-emacs.tf is in tf 1:4.0s1-20.

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
;;;; emacs style keybindings for TinyFugue

/loaded __TFLIB__/kb-emacs.tf

/def -i -b"^a"		= /dokey_home
/def -i -b"^b"		= /dokey_left
/def -i -b"^d"		= /dokey_dch
/def -i -b"^e"		= /dokey_end
/def -i -b"^f"		= /dokey_right
;def -i -b"^j"		= /dokey newline
/def -i -b"^k"		= /dokey_deol
/def -i -b"^l"		= /dokey redraw
/def -i -b"^n"		= /dokey recallf
/def -i -b"^p"		= /dokey recallb
/def -i -b"^v"		= /dokey page
;def -i -b"^?"		= /dokey_bspc
/def -i -b"^hm"		= /visual
/def -i -b"^hb"		= /list -ib
/def -i -b"^h?"		= /help
/def -i -b"^h^h"	= /help
/def -i -b"^x^b"	= /listsockets

/if ( systype() =~ "unix" ) \
    /def -i -b"^x^d"	= /quote -S -decho !ls -FC%; \
/elseif ( systype() =~ "os/2" ) \
    /def -i -b"^x^d"	= /quote -S -decho !dir%; \
/endif

/def -i -b"^x1"		= /visual off
/def -i -b"^x2"		= /visual on
/def -i -b"^xk"		= /dc
/def -i -b"^[!"		= /sh
/def -i -b"^[>"		= /dokey flush
/def -i -b"^[b"		= /dokey wleft
/def -i -b"^[f"		= /dokey wright
/def -i -b"^[n"		= /dokey socketf
/def -i -b"^[p"		= /dokey socketb
/def -i -b"^[v"		= /dokey insert
/def -i -b"^[^?"	= /kb_backward_kill_word