This file is indexed.

/usr/share/doc/w3m/examples/menu.default is in w3m 0.5.3-5ubuntu1.

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
# A sample of ~/.w3m/menu  (default)
#
# menu MENU_ID
#  func  LABEL FUNCTION KEYS
#  popup LABEL MENU_ID  KEYS
#  nop   LABEL
# end
#
# MENU_ID
#  Main:   Main menu
#  Select: Buffer selection menu

menu Main
  func   " Back         (b) "  BACK		"b"
  popup  " Select Buffer(s) "  Select		"s"
  popup  " Select Tab   (t) "  SelectTab	"tT"
  func   " View Source  (v) "  VIEW		"vV"
  func   " Edit Source  (e) "  EDIT		"eE"
  func   " Save Source  (S) "  SAVE		"S"
  func   " Reload       (r) "  RELOAD		"rR"
  nop    " -----------------"  

  func   " Go Link      (a) "  GOTO_LINK	"a"
  func   "   on New Tab (n) "  TAB_LINK		"nN"
  func   " Save Link    (A) "  SAVE_LINK	"A"
  func   " View Image   (i) "  VIEW_IMAGE	"i"
  func   " Save Image   (I) "  SAVE_IMAGE	"I"
  func   " View Frame   (f) "  FRAME		"fF"
  nop    " ---------------- "
  func   " Bookmark     (B) "  BOOKMARK		"B"  
  func   " Help         (h) "  HELP		"hH"
  func   " Option       (o) "  OPTIONS		"oO"
  nop    " ---------------- "
  func   " Quit         (q) "  QUIT		"qQ"
end