Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.05 KB | None | 0 0
  1. command.plugin-useragent\:deluseragent.description = Deletes a useragent.
  2. command.plugin-useragent\:useragent.description = Define a new useragent.
  3. command.plugin-useragent\:useragent.options.-appcodename = The value of navigator.appCodeName
  4. command.plugin-useragent\:useragent.options.-appname = The value of navigator.appName
  5. command.plugin-useragent\:useragent.options.-appversion = The value of navigator.appVersion
  6. command.plugin-useragent\:useragent.options.-platform = The value of navigator.platform
  7. command.plugin-useragent\:useragent.options.-vendor = The value of navigator.vendor
  8. command.plugin-useragent\:useragent.options.-vendorsub = The value of navigator.vendorsub
  9. command.plugin-flashblock\:flashplay.description = Play all flash animations on the current page
  10. command.plugin-flashblock\:flashstop.description = Stop all flash animations on the current page
  11. command.plugin-flashblock\:flashtoggle.description = Toggle playing of flash animations on the current page
  12. command.!.description = Run a command
  13. command.Clistkeys.description = List all COMMAND mode mappings along with their short descriptions
  14. command.Cmap.description = Map a key sequence in command mode
  15. command.Cmap.options.-arg = Accept an argument after the requisite key press
  16. command.Cmap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  17. command.Cmap.options.-count = Accept a count before the requisite key press
  18. command.Cmap.options.-description = A description of this mapping
  19. command.Cmap.options.-ex = Execute this mapping as an Ex command rather than keys
  20. command.Cmap.options.-group = Group to which to add
  21. command.Cmap.options.-javascript = Execute this mapping as JavaScript rather than keys
  22. command.Cmap.options.-modes = Create this mapping in the given modes
  23. command.Cmap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  24. command.Cmap.options.-silent = Do not echo any generated keys to the command line
  25. command.Cnoremap.description = Map a key sequence without remapping keys in command mode
  26. command.Cnoremap.options.-arg = Accept an argument after the requisite key press
  27. command.Cnoremap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  28. command.Cnoremap.options.-count = Accept a count before the requisite key press
  29. command.Cnoremap.options.-description = A description of this mapping
  30. command.Cnoremap.options.-ex = Execute this mapping as an Ex command rather than keys
  31. command.Cnoremap.options.-group = Group to which to add
  32. command.Cnoremap.options.-javascript = Execute this mapping as JavaScript rather than keys
  33. command.Cnoremap.options.-modes = Create this mapping in the given modes
  34. command.Cnoremap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  35. command.Cnoremap.options.-silent = Do not echo any generated keys to the command line
  36. command.Cunmap.description = Remove a mapping in command mode
  37. command.Cunmap.options.-group = Group to which to add
  38. command.Cunmap.options.-modes = Remove mapping from the given modes
  39. command.Ilistkeys.description = List all INPUT mode mappings along with their short descriptions
  40. command.Imap.description = Map a key sequence in input mode
  41. command.Imap.options.-arg = Accept an argument after the requisite key press
  42. command.Imap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  43. command.Imap.options.-count = Accept a count before the requisite key press
  44. command.Imap.options.-description = A description of this mapping
  45. command.Imap.options.-ex = Execute this mapping as an Ex command rather than keys
  46. command.Imap.options.-group = Group to which to add
  47. command.Imap.options.-javascript = Execute this mapping as JavaScript rather than keys
  48. command.Imap.options.-modes = Create this mapping in the given modes
  49. command.Imap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  50. command.Imap.options.-silent = Do not echo any generated keys to the command line
  51. command.Inoremap.description = Map a key sequence without remapping keys in input mode
  52. command.Inoremap.options.-arg = Accept an argument after the requisite key press
  53. command.Inoremap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  54. command.Inoremap.options.-count = Accept a count before the requisite key press
  55. command.Inoremap.options.-description = A description of this mapping
  56. command.Inoremap.options.-ex = Execute this mapping as an Ex command rather than keys
  57. command.Inoremap.options.-group = Group to which to add
  58. command.Inoremap.options.-javascript = Execute this mapping as JavaScript rather than keys
  59. command.Inoremap.options.-modes = Create this mapping in the given modes
  60. command.Inoremap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  61. command.Inoremap.options.-silent = Do not echo any generated keys to the command line
  62. command.Iunmap.description = Remove a mapping in input mode
  63. command.Iunmap.options.-group = Group to which to add
  64. command.Iunmap.options.-modes = Remove mapping from the given modes
  65. command.abbreviate.description = Abbreviate a key sequence
  66. command.abbreviate.options.-group = Group to which to add
  67. command.abbreviate.options.-javascript = Expand this abbreviation by evaluating its right-hand-side as JavaScript
  68. command.addons.description = List installed extensions
  69. command.addons.options.-types = The add-on types to list
  70. command.autocmd.description = Execute commands automatically on events
  71. command.autocmd.options.-group = Group to which to add
  72. command.autocmd.options.-javascript = Interpret the action as JavaScript code rather than an Ex command
  73. command.back.description = Go back in the browser history
  74. command.bdelete.description = Delete current buffer
  75. command.blistkeys.description = List all BASE mode mappings along with their short descriptions
  76. command.bmap.description = Map a key sequence in base mode
  77. command.bmap.options.-arg = Accept an argument after the requisite key press
  78. command.bmap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  79. command.bmap.options.-count = Accept a count before the requisite key press
  80. command.bmap.options.-description = A description of this mapping
  81. command.bmap.options.-ex = Execute this mapping as an Ex command rather than keys
  82. command.bmap.options.-group = Group to which to add
  83. command.bmap.options.-javascript = Execute this mapping as JavaScript rather than keys
  84. command.bmap.options.-modes = Create this mapping in the given modes
  85. command.bmap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  86. command.bmap.options.-silent = Do not echo any generated keys to the command line
  87. command.bmark.description = Add a bookmark
  88. command.bmark.options.-keyword = Keyword by which this bookmark may be opened (:open {keyword})
  89. command.bmark.options.-title = Bookmark page title or description
  90. command.bmark.options.-tags = A comma-separated list of tags
  91. command.bmark.options.-post = Bookmark POST data
  92. command.bmark.options.-charset = The character encoding of the bookmark
  93. command.bmarks.description = List or open multiple bookmarks
  94. command.bmarks.options.-tags = A comma-separated list of tags
  95. command.bmarks.options.-keyword = Keyword by which this bookmark may be opened (:open {keyword})
  96. command.bmarks.options.-title = Bookmark page title or description
  97. command.bmarks.options.-max = The maximum number of items to list or open
  98. command.bnoremap.description = Map a key sequence without remapping keys in base mode
  99. command.bnoremap.options.-arg = Accept an argument after the requisite key press
  100. command.bnoremap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  101. command.bnoremap.options.-count = Accept a count before the requisite key press
  102. command.bnoremap.options.-description = A description of this mapping
  103. command.bnoremap.options.-ex = Execute this mapping as an Ex command rather than keys
  104. command.bnoremap.options.-group = Group to which to add
  105. command.bnoremap.options.-javascript = Execute this mapping as JavaScript rather than keys
  106. command.bnoremap.options.-modes = Create this mapping in the given modes
  107. command.bnoremap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  108. command.bnoremap.options.-silent = Do not echo any generated keys to the command line
  109. command.buffer.description = Switch to a buffer
  110. command.buffers.description = Show a list of all buffers
  111. command.bunmap.description = Remove a mapping in base mode
  112. command.bunmap.options.-group = Group to which to add
  113. command.bunmap.options.-modes = Remove mapping from the given modes
  114. command.cabbreviate.description = Abbreviate a key sequence in command line mode
  115. command.cabbreviate.options.-group = Group to which to add
  116. command.cabbreviate.options.-javascript = Expand this abbreviation by evaluating its right-hand-side as JavaScript
  117. command.cd.description = Change the current directory
  118. command.clistkeys.description = List all COMMAND_LINE mode mappings along with their short descriptions
  119. command.cmap.description = Map a key sequence in command_line mode
  120. command.cmap.options.-arg = Accept an argument after the requisite key press
  121. command.cmap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  122. command.cmap.options.-count = Accept a count before the requisite key press
  123. command.cmap.options.-description = A description of this mapping
  124. command.cmap.options.-ex = Execute this mapping as an Ex command rather than keys
  125. command.cmap.options.-group = Group to which to add
  126. command.cmap.options.-javascript = Execute this mapping as JavaScript rather than keys
  127. command.cmap.options.-modes = Create this mapping in the given modes
  128. command.cmap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  129. command.cmap.options.-silent = Do not echo any generated keys to the command line
  130. command.cnoremap.description = Map a key sequence without remapping keys in command_line mode
  131. command.cnoremap.options.-arg = Accept an argument after the requisite key press
  132. command.cnoremap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  133. command.cnoremap.options.-count = Accept a count before the requisite key press
  134. command.cnoremap.options.-description = A description of this mapping
  135. command.cnoremap.options.-ex = Execute this mapping as an Ex command rather than keys
  136. command.cnoremap.options.-group = Group to which to add
  137. command.cnoremap.options.-javascript = Execute this mapping as JavaScript rather than keys
  138. command.cnoremap.options.-modes = Create this mapping in the given modes
  139. command.cnoremap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  140. command.cnoremap.options.-silent = Do not echo any generated keys to the command line
  141. command.colorscheme.description = Load a color scheme
  142. command.command.description = List or define commands
  143. command.command.options.-bang = Command may be followed by a !
  144. command.command.options.-count = Command may be preceded by a count
  145. command.command.options.-complete = The argument completion function
  146. command.command.options.-description = A user-visible description of the command
  147. command.command.options.-group = Group to which to add
  148. command.command.options.-javascript = Execute the definition as JavaScript rather than Ex commands
  149. command.command.options.-literal = Process the specified argument ignoring any quoting or meta characters
  150. command.command.options.-nargs = The allowed number of arguments
  151. command.command.options.-nopersist = Do not save this command to an auto-generated RC file
  152. command.completions.description = List the completion results for a given command substring
  153. command.contexts.description = List the completion contexts used during completion of an Ex command
  154. command.cookies.description = Change cookie permissions for sites
  155. command.cunabbreviate.description = Remove an abbreviation in command line mode
  156. command.cunabbreviate.options.-group = Group to which to add
  157. command.cunmap.description = Remove a mapping in command_line mode
  158. command.cunmap.options.-group = Group to which to add
  159. command.cunmap.options.-modes = Remove mapping from the given modes
  160. command.delbmarks.description = Delete a bookmark
  161. command.delbmarks.options.-tags = A comma-separated list of tags
  162. command.delbmarks.options.-title = Bookmark page title or description
  163. command.delbmarks.options.-keyword = Keyword by which this bookmark may be opened (:open {keyword})
  164. command.delcommand.description = Delete the specified user-defined command
  165. command.delcommand.options.-group = Group to which to add
  166. command.delgroup.description = Delete a group
  167. command.delmacros.description = Delete macros
  168. command.delmarks.description = Delete the specified marks
  169. command.delqmarks.description = Delete the specified QuickMarks
  170. command.delstyle.description = Remove a user style sheet
  171. command.delstyle.options.-group = Group to which to add
  172. command.delstyle.options.-index =
  173. command.delstyle.options.-name = The name of this stylesheet
  174. command.dialog.description = Open a Pentadactyl dialog
  175. command.dlclear.description = Clear completed downloads
  176. command.doautoall.description = Apply the autocommands matching the specified URL pattern to all buffers
  177. command.doautocmd.description = Apply the autocommands matching the specified URL pattern to the current buffer
  178. command.downloads.description = Display the downloads list
  179. command.downloads.options.-sort = Sort order (see 'downloadsort')
  180. command.echo.description = Echo the expression
  181. command.echoerr.description = Echo the expression as an error message
  182. command.echomsg.description = Echo the expression as an informational message
  183. command.else.description = Execute commands until the next :endif only if the previous conditionals were not executed
  184. command.elseif.description = Execute commands until the next :elseif, :else, or :endif only if the argument returns true
  185. command.emenu.description = Execute the specified menu item from the command line
  186. command.endif.description = End a string of :if/:elseif/:else conditionals
  187. command.execute.description = Execute the argument as an Ex command
  188. command.exit.description = Quit Pentadactyl
  189. command.extadd.description = Install an extension
  190. command.extdelete.description = Uninstall an extension
  191. command.extdelete.options.-types = The add-on types to operate on
  192. command.extdisable.description = Disable an extension
  193. command.extdisable.options.-types = The add-on types to operate on
  194. command.extenable.description = Enable an extension
  195. command.extenable.options.-types = The add-on types to operate on
  196. command.extoptions.description = Open an extension's preference dialog
  197. command.extoptions.options.-types = The add-on types to operate on
  198. command.extrehash.description = Reload an extension
  199. command.extrehash.options.-types = The add-on types to operate on
  200. command.exttoggle.description = Toggle an extension's enabled status
  201. command.exttoggle.options.-types = The add-on types to operate on
  202. command.extupdate.description = Update an extension
  203. command.extupdate.options.-types = The add-on types to operate on
  204. command.feedkeys.description = Fake key events
  205. command.feedkeys.options.-mode = The mode in which to feed the keys
  206. command.finish.description = Stop sourcing a script file
  207. command.forward.description = Go forward in the browser history
  208. command.frameonly.description = Show only the current frame's page
  209. command.group.description = Create or select a group
  210. command.group.options.-args = JavaScript Object which augments the arguments passed to commands, mappings, and autocommands
  211. command.group.options.-description = A description of this group
  212. command.group.options.-locations = The URLs for which this group should be active
  213. command.group.options.-nopersist = Do not save this group to an auto-generated RC file
  214. command.hardcopy.description = Print current document
  215. command.help.description = Open the introductory help page
  216. command.helpall.description = Open the single consolidated help page
  217. command.highlight.description = Set the style of certain display elements
  218. command.highlight.options.-append = Append new CSS to the existing value
  219. command.highlight.options.-link = Link this group to another
  220. command.history.description = Show recently visited URLs
  221. command.history.options.-max = The maximum number of items to list
  222. command.history.options.-sort = The sort order of the results
  223. command.iabbreviate.description = Abbreviate a key sequence in insert mode
  224. command.iabbreviate.options.-group = Group to which to add
  225. command.iabbreviate.options.-javascript = Expand this abbreviation by evaluating its right-hand-side as JavaScript
  226. command.if.description = Execute commands until the next :elseif, :else, or :endif only if the argument returns true
  227. command.ilistkeys.description = List all INSERT mode mappings along with their short descriptions
  228. command.imap.description = Map a key sequence in insert mode
  229. command.imap.options.-arg = Accept an argument after the requisite key press
  230. command.imap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  231. command.imap.options.-count = Accept a count before the requisite key press
  232. command.imap.options.-description = A description of this mapping
  233. command.imap.options.-ex = Execute this mapping as an Ex command rather than keys
  234. command.imap.options.-group = Group to which to add
  235. command.imap.options.-javascript = Execute this mapping as JavaScript rather than keys
  236. command.imap.options.-modes = Create this mapping in the given modes
  237. command.imap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  238. command.imap.options.-silent = Do not echo any generated keys to the command line
  239. command.inoremap.description = Map a key sequence without remapping keys in insert mode
  240. command.inoremap.options.-arg = Accept an argument after the requisite key press
  241. command.inoremap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  242. command.inoremap.options.-count = Accept a count before the requisite key press
  243. command.inoremap.options.-description = A description of this mapping
  244. command.inoremap.options.-ex = Execute this mapping as an Ex command rather than keys
  245. command.inoremap.options.-group = Group to which to add
  246. command.inoremap.options.-javascript = Execute this mapping as JavaScript rather than keys
  247. command.inoremap.options.-modes = Create this mapping in the given modes
  248. command.inoremap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  249. command.inoremap.options.-silent = Do not echo any generated keys to the command line
  250. command.iunabbreviate.description = Remove an abbreviation in insert mode
  251. command.iunabbreviate.options.-group = Group to which to add
  252. command.iunmap.description = Remove a mapping in insert mode
  253. command.iunmap.options.-group = Group to which to add
  254. command.iunmap.options.-modes = Remove mapping from the given modes
  255. command.javascript.description = Evaluate a JavaScript string
  256. command.jumps.description = Show jumplist
  257. command.keepalt.description = Execute a command without changing the current alternate buffer
  258. command.let.description = Set or list a variable
  259. command.let.deprecated = the options system
  260. command.listcommands.description = List all Ex commands along with their short descriptions
  261. command.listkeys.description = List all mappings along with their short descriptions
  262. command.listkeys.options.-mode = The mode for which to list mappings
  263. command.listoptions.description = List all options along with their short descriptions
  264. command.loadplugins.description = Load all or matching plugins
  265. command.macros.description = List all macros
  266. command.map.description = Map a key sequence
  267. command.map.options.-arg = Accept an argument after the requisite key press
  268. command.map.options.-builtin = Execute this mapping as if there were no user-defined mappings
  269. command.map.options.-count = Accept a count before the requisite key press
  270. command.map.options.-description = A description of this mapping
  271. command.map.options.-ex = Execute this mapping as an Ex command rather than keys
  272. command.map.options.-group = Group to which to add
  273. command.map.options.-javascript = Execute this mapping as JavaScript rather than keys
  274. command.map.options.-modes = Create this mapping in the given modes
  275. command.map.options.-nopersist = Do not save this mapping to an auto-generated RC file
  276. command.map.options.-silent = Do not echo any generated keys to the command line
  277. command.mark.description = Mark current location within the web page
  278. command.marks.description = Show the specified marks
  279. command.messages.description = Display previously shown messages
  280. command.messclear.description = Clear the message history
  281. command.mkpentadactylrc.description = Write current key mappings and changed options to the config file
  282. command.mksyntax.description = Generate a Vim syntax file
  283. command.mlistkeys.description = List all MAIN mode mappings along with their short descriptions
  284. command.mmap.description = Map a key sequence in main mode
  285. command.mmap.options.-arg = Accept an argument after the requisite key press
  286. command.mmap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  287. command.mmap.options.-count = Accept a count before the requisite key press
  288. command.mmap.options.-description = A description of this mapping
  289. command.mmap.options.-ex = Execute this mapping as an Ex command rather than keys
  290. command.mmap.options.-group = Group to which to add
  291. command.mmap.options.-javascript = Execute this mapping as JavaScript rather than keys
  292. command.mmap.options.-modes = Create this mapping in the given modes
  293. command.mmap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  294. command.mmap.options.-silent = Do not echo any generated keys to the command line
  295. command.mnoremap.description = Map a key sequence without remapping keys in main mode
  296. command.mnoremap.options.-arg = Accept an argument after the requisite key press
  297. command.mnoremap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  298. command.mnoremap.options.-count = Accept a count before the requisite key press
  299. command.mnoremap.options.-description = A description of this mapping
  300. command.mnoremap.options.-ex = Execute this mapping as an Ex command rather than keys
  301. command.mnoremap.options.-group = Group to which to add
  302. command.mnoremap.options.-javascript = Execute this mapping as JavaScript rather than keys
  303. command.mnoremap.options.-modes = Create this mapping in the given modes
  304. command.mnoremap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  305. command.mnoremap.options.-silent = Do not echo any generated keys to the command line
  306. command.munmap.description = Remove a mapping in main mode
  307. command.munmap.options.-group = Group to which to add
  308. command.munmap.options.-modes = Remove mapping from the given modes
  309. command.nlistkeys.description = List all NORMAL mode mappings along with their short descriptions
  310. command.nmap.description = Map a key sequence in normal mode
  311. command.nmap.options.-arg = Accept an argument after the requisite key press
  312. command.nmap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  313. command.nmap.options.-count = Accept a count before the requisite key press
  314. command.nmap.options.-description = A description of this mapping
  315. command.nmap.options.-ex = Execute this mapping as an Ex command rather than keys
  316. command.nmap.options.-group = Group to which to add
  317. command.nmap.options.-javascript = Execute this mapping as JavaScript rather than keys
  318. command.nmap.options.-modes = Create this mapping in the given modes
  319. command.nmap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  320. command.nmap.options.-silent = Do not echo any generated keys to the command line
  321. command.nnoremap.description = Map a key sequence without remapping keys in normal mode
  322. command.nnoremap.options.-arg = Accept an argument after the requisite key press
  323. command.nnoremap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  324. command.nnoremap.options.-count = Accept a count before the requisite key press
  325. command.nnoremap.options.-description = A description of this mapping
  326. command.nnoremap.options.-ex = Execute this mapping as an Ex command rather than keys
  327. command.nnoremap.options.-group = Group to which to add
  328. command.nnoremap.options.-javascript = Execute this mapping as JavaScript rather than keys
  329. command.nnoremap.options.-modes = Create this mapping in the given modes
  330. command.nnoremap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  331. command.nnoremap.options.-silent = Do not echo any generated keys to the command line
  332. command.nohlfind.description = Remove the find highlighting
  333. command.noremap.description = Map a key sequence without remapping keys
  334. command.noremap.options.-arg = Accept an argument after the requisite key press
  335. command.noremap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  336. command.noremap.options.-count = Accept a count before the requisite key press
  337. command.noremap.options.-description = A description of this mapping
  338. command.noremap.options.-ex = Execute this mapping as an Ex command rather than keys
  339. command.noremap.options.-group = Group to which to add
  340. command.noremap.options.-javascript = Execute this mapping as JavaScript rather than keys
  341. command.noremap.options.-modes = Create this mapping in the given modes
  342. command.noremap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  343. command.noremap.options.-silent = Do not echo any generated keys to the command line
  344. command.normal.description = Execute Normal mode commands
  345. command.nunmap.description = Remove a mapping in normal mode
  346. command.nunmap.options.-group = Group to which to add
  347. command.nunmap.options.-modes = Remove mapping from the given modes
  348. command.open.description = Open one or more URLs in the current tab
  349. command.pageinfo.description = Show various page information
  350. command.pagestyle.description = Select the author style sheet to apply
  351. command.pintab.description = Pin tab as an application tab
  352. command.preferences.description = Show Firefox preferences
  353. command.pwd.description = Print the current directory name
  354. command.qmark.description = Mark a URL with a letter for quick access
  355. command.qmarks.description = Show the specified QuickMarks
  356. command.quit.description = Quit current tab
  357. command.quitall.description = Quit this Pentadactyl window
  358. command.redraw.description = Redraw the screen
  359. command.rehash.description = Reload the Pentadactyl add-on
  360. command.rehash.options.+u = The initialization file to execute at startup
  361. command.rehash.options.++noplugin = Do not automatically load plugins
  362. command.rehash.options.++cmd = Ex commands to execute prior to initialization
  363. command.rehash.options.+c = Ex commands to execute after initialization
  364. command.reload.description = Reload the current web page
  365. command.reloadall.description = Reload all tab pages
  366. command.restart.description = Force Pentadactyl to restart
  367. command.runtime.description = Source the specified file from each directory in 'runtimepath'
  368. command.sanitize.description = Clear private data
  369. command.sanitize.options.-host = Only sanitize items referring to listed host or hosts
  370. command.sanitize.options.-older = Sanitize items older than timespan
  371. command.sanitize.options.-timespan = Timespan for which to sanitize items
  372. command.saveas.description = Save current document to disk
  373. command.sbclose.description = Close the sidebar window
  374. command.scriptnames.description = List all sourced script names
  375. command.set.description = Set an option
  376. command.setglobal.description = Set global option
  377. command.setlocal.description = Set local option
  378. command.sidebar.description = Open the sidebar window
  379. command.silent.description = Run a command silently
  380. command.source.description = Read Ex commands, JavaScript or CSS from a file
  381. command.stop.description = Stop loading the current web page
  382. command.stopall.description = Stop loading all tab pages
  383. command.style.description = Add or list user styles
  384. command.style.options.-agent = Apply style as an Agent sheet
  385. command.style.options.-append = Append site filter and css to an existing, matching sheet
  386. command.style.options.-group = Group to which to add
  387. command.style.options.-name = The name of this stylesheet
  388. command.style.options.-nopersist = Do not save this style to an auto-generated RC file
  389. command.styledisable.description = Disable a user style sheet
  390. command.styledisable.options.-group = Group to which to add
  391. command.styledisable.options.-index =
  392. command.styledisable.options.-name = The name of this stylesheet
  393. command.styleenable.description = Enable a user style sheet
  394. command.styleenable.options.-group = Group to which to add
  395. command.styleenable.options.-index =
  396. command.styleenable.options.-name = The name of this stylesheet
  397. command.styletoggle.description = Toggle a user style sheet
  398. command.styletoggle.options.-group = Group to which to add
  399. command.styletoggle.options.-index =
  400. command.styletoggle.options.-name = The name of this stylesheet
  401. command.tab.description = Execute a command and tell it to output in a new tab
  402. command.tabattach.description = Attach the current tab to another window
  403. command.tabdetach.description = Detach current tab to its own window
  404. command.tabdo.description = Execute a command in each tab
  405. command.tabduplicate.description = Duplicate current tab
  406. command.tablast.description = Switch to the last tab
  407. command.tabmove.description = Move the current tab to the position of tab N
  408. command.tabnext.description = Switch to the next or [count]th tab
  409. command.tabonly.description = Close all other tabs
  410. command.tabopen.description = Open one or more URLs in a new tab
  411. command.tabprevious.description = Switch to the previous tab or go [count] tabs back
  412. command.tabrewind.description = Switch to the first tab
  413. command.time.description = Profile a piece of code or run a command multiple times
  414. command.tlistkeys.description = List all TEXT_EDIT mode mappings along with their short descriptions
  415. command.tmap.description = Map a key sequence in text_edit mode
  416. command.tmap.options.-arg = Accept an argument after the requisite key press
  417. command.tmap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  418. command.tmap.options.-count = Accept a count before the requisite key press
  419. command.tmap.options.-description = A description of this mapping
  420. command.tmap.options.-ex = Execute this mapping as an Ex command rather than keys
  421. command.tmap.options.-group = Group to which to add
  422. command.tmap.options.-javascript = Execute this mapping as JavaScript rather than keys
  423. command.tmap.options.-modes = Create this mapping in the given modes
  424. command.tmap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  425. command.tmap.options.-silent = Do not echo any generated keys to the command line
  426. command.tnoremap.description = Map a key sequence without remapping keys in text_edit mode
  427. command.tnoremap.options.-arg = Accept an argument after the requisite key press
  428. command.tnoremap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  429. command.tnoremap.options.-count = Accept a count before the requisite key press
  430. command.tnoremap.options.-description = A description of this mapping
  431. command.tnoremap.options.-ex = Execute this mapping as an Ex command rather than keys
  432. command.tnoremap.options.-group = Group to which to add
  433. command.tnoremap.options.-javascript = Execute this mapping as JavaScript rather than keys
  434. command.tnoremap.options.-modes = Create this mapping in the given modes
  435. command.tnoremap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  436. command.tnoremap.options.-silent = Do not echo any generated keys to the command line
  437. command.toolbarhide.description = Hide the named toolbar
  438. command.toolbarshow.description = Show the named toolbar
  439. command.toolbartoggle.description = Toggle the named toolbar
  440. command.tunmap.description = Remove a mapping in text_edit mode
  441. command.tunmap.options.-group = Group to which to add
  442. command.tunmap.options.-modes = Remove mapping from the given modes
  443. command.unabbreviate.description = Remove an abbreviation
  444. command.unabbreviate.options.-group = Group to which to add
  445. command.undo.description = Undo closing of a tab
  446. command.undoall.description = Undo closing of all closed tabs
  447. command.unlet.description = Delete a variable
  448. command.unlet.deprecated = the options system
  449. command.unmap.description = Remove a mapping
  450. command.unmap.options.-group = Group to which to add
  451. command.unmap.options.-modes = Remove mapping from the given modes
  452. command.unpintab.description = Unpin tab as an application tab
  453. command.verbose.description = Execute a command with 'verbose' set
  454. command.version.description = Show version information
  455. command.viewsource.description = View source code of current document
  456. command.vlistkeys.description = List all VISUAL mode mappings along with their short descriptions
  457. command.vmap.description = Map a key sequence in visual mode
  458. command.vmap.options.-arg = Accept an argument after the requisite key press
  459. command.vmap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  460. command.vmap.options.-count = Accept a count before the requisite key press
  461. command.vmap.options.-description = A description of this mapping
  462. command.vmap.options.-ex = Execute this mapping as an Ex command rather than keys
  463. command.vmap.options.-group = Group to which to add
  464. command.vmap.options.-javascript = Execute this mapping as JavaScript rather than keys
  465. command.vmap.options.-modes = Create this mapping in the given modes
  466. command.vmap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  467. command.vmap.options.-silent = Do not echo any generated keys to the command line
  468. command.vnoremap.description = Map a key sequence without remapping keys in visual mode
  469. command.vnoremap.options.-arg = Accept an argument after the requisite key press
  470. command.vnoremap.options.-builtin = Execute this mapping as if there were no user-defined mappings
  471. command.vnoremap.options.-count = Accept a count before the requisite key press
  472. command.vnoremap.options.-description = A description of this mapping
  473. command.vnoremap.options.-ex = Execute this mapping as an Ex command rather than keys
  474. command.vnoremap.options.-group = Group to which to add
  475. command.vnoremap.options.-javascript = Execute this mapping as JavaScript rather than keys
  476. command.vnoremap.options.-modes = Create this mapping in the given modes
  477. command.vnoremap.options.-nopersist = Do not save this mapping to an auto-generated RC file
  478. command.vnoremap.options.-silent = Do not echo any generated keys to the command line
  479. command.vunmap.description = Remove a mapping in visual mode
  480. command.vunmap.options.-group = Group to which to add
  481. command.vunmap.options.-modes = Remove mapping from the given modes
  482. command.winclose.description = Close window
  483. command.window.description = Execute a command and tell it to output in a new window
  484. command.winonly.description = Close all other windows
  485. command.winopen.description = Open one or more URLs in a new window
  486. command.wqall.description = Save the session and quit
  487. command.yank.description = Yank the output of the given command to the clipboard
  488. command.zoom.description = Set zoom value of current web page
  489. map.BASE.<Esc>.description = Return to NORMAL mode
  490. map.BASE.<CapsLock>.description = Do Nothing
  491. map.BASE.<Nop>.description = Do nothing
  492. map.BASE.<Pass>.description = Pass the events consumed by the last executed mapping
  493. map.MAIN.<open-help>.description = Open the introductory help page
  494. map.MAIN.<open-single-help>.description = Open the single, consolidated help page
  495. map.MAIN.<A-b>.description = Process the next key as a builtin mapping
  496. map.MAIN.<C-z>.description = Temporarily ignore all Pentadactyl key bindings
  497. map.MAIN.<C-v>.description = Pass through next key
  498. map.MAIN.<redraw-screen>.description = Redraw the screen
  499. map.COMMAND.@\:.description = Repeat the last Ex command
  500. map.INPUT.<Esc>.description = Return to the previous mode
  501. map.COMMAND.\:.description = Enter command-line mode
  502. map.COMMAND...description = Repeat the last key event
  503. map.COMMAND.j.description = Scroll document down
  504. map.COMMAND.k.description = Scroll document up
  505. map.COMMAND.h.description = Scroll document to the left
  506. map.COMMAND.l.description = Scroll document to the right
  507. map.COMMAND.0.description = Scroll to the absolute left of the document
  508. map.COMMAND.$.description = Scroll to the absolute right of the document
  509. map.COMMAND.gg.description = Go to the top of the document
  510. map.COMMAND.G.description = Go to the end of the document
  511. map.COMMAND.%.description = Scroll to {count} percent of the document
  512. map.COMMAND.<C-d>.description = Scroll window downwards in the buffer
  513. map.COMMAND.<C-u>.description = Scroll window upwards in the buffer
  514. map.COMMAND.<C-b>.description = Scroll up a full page
  515. map.COMMAND.<Space>.description = Scroll down a full page
  516. map.COMMAND.<C-f>.description = Scroll down a full page
  517. map.COMMAND.Y.description = Copy selected text or current word
  518. map.COMMAND.q.description = Record a key sequence into a macro
  519. map.COMMAND.@.description = Play a macro
  520. map.COMMAND.<A-m>s.description = Sleep for {count} milliseconds before continuing macro playback
  521. map.COMMAND.<A-m>l.description = Wait for the current page to finish loading before continuing macro playback
  522. map.COMMAND.g<lt>.description = Redisplay the last command output
  523. map.NORMAL.<Return>.description = Handled by Firefox
  524. map.NORMAL./.description = Find a pattern starting at the current caret position
  525. map.NORMAL.?.description = Find a pattern backward of the current caret position
  526. map.NORMAL.n.description = Find next
  527. map.NORMAL.N.description = Find previous
  528. map.NORMAL.*.description = Find word under cursor
  529. map.NORMAL.#.description = Find word under cursor backwards
  530. map.NORMAL.ZQ.description = Quit and don't save the session
  531. map.NORMAL.ZZ.description = Quit and save the session
  532. map.BASE.<Esc>.description = Return to NORMAL mode
  533. map.NORMAL.y.description = Yank current location to the clipboard
  534. map.NORMAL.<C-a>.description = Increment last number in URL
  535. map.NORMAL.<C-x>.description = Decrement last number in URL
  536. map.NORMAL.gu.description = Go to parent directory
  537. map.NORMAL.gU.description = Go to the root of the website
  538. map.NORMAL.i.description = Start caret mode
  539. map.NORMAL.<C-c>.description = Stop loading the current web page
  540. map.NORMAL.]f.description = Focus next frame
  541. map.NORMAL.[f.description = Focus previous frame
  542. map.NORMAL.]].description = Follow the link labeled 'next' or '>' if it exists
  543. map.NORMAL.[[.description = Follow the link labeled 'prev', 'previous' or '<' if it exists
  544. map.NORMAL.gf.description = Toggle between rendered and source view
  545. map.NORMAL.gF.description = View source with an external editor
  546. map.NORMAL.gi.description = Focus last used input field
  547. map.NORMAL.gP.description = Open (put) a URL based on the current clipboard contents in a new background buffer
  548. map.NORMAL.p.description = Open (put) a URL based on the current clipboard contents in the current buffer
  549. map.NORMAL.P.description = Open (put) a URL based on the current clipboard contents in a new buffer
  550. map.NORMAL.r.description = Reload the current web page
  551. map.NORMAL.R.description = Reload while skipping the cache
  552. map.NORMAL.zi.description = Enlarge text zoom of current web page
  553. map.NORMAL.zm.description = Enlarge text zoom of current web page by a larger amount
  554. map.NORMAL.zo.description = Reduce text zoom of current web page
  555. map.NORMAL.zr.description = Reduce text zoom of current web page by a larger amount
  556. map.NORMAL.zz.description = Set text zoom value of current web page
  557. map.NORMAL.ZI.description = Enlarge full zoom of current web page
  558. map.NORMAL.ZM.description = Enlarge full zoom of current web page by a larger amount
  559. map.NORMAL.ZO.description = Reduce full zoom of current web page
  560. map.NORMAL.ZR.description = Reduce full zoom of current web page by a larger amount
  561. map.NORMAL.zZ.description = Set full zoom value of current web page
  562. map.NORMAL.<C-g>.description = Print the current file name
  563. map.NORMAL.g<C-g>.description = Print file information
  564. map.INSERT.<Tab>.description = Select the next element in the tab sequence
  565. map.INSERT.<S-Tab>.description = Select the previous element in the tab sequence
  566. map.NORMAL.f.description = Start QuickHint mode
  567. map.NORMAL.F.description = Start QuickHint mode, but open link in a new tab
  568. map.NORMAL.;.description = Start an extended hint mode
  569. map.NORMAL.g;.description = Start an extended hint mode and stay there until <Esc> is pressed
  570. map.NORMAL.m.description = Set mark at the cursor position
  571. map.NORMAL.'.description = Jump to the mark in the current buffer
  572. map.NORMAL.o.description = Open one or more URLs
  573. map.NORMAL.O.description = Open one or more URLs, based on current location
  574. map.NORMAL.t.description = Open one or more URLs in a new tab
  575. map.NORMAL.T.description = Open one or more URLs in a new tab, based on current location
  576. map.NORMAL.w.description = Open one or more URLs in a new window
  577. map.NORMAL.W.description = Open one or more URLs in a new window, based on current location
  578. map.NORMAL.<open-home-directory>.description = Open home directory
  579. map.NORMAL.<open-homepage>.description = Open homepage
  580. map.NORMAL.<tab-open-homepage>.description = Open homepage in a new tab
  581. map.NORMAL.a.description = Open a prompt to bookmark the current URL
  582. map.NORMAL.A.description = Toggle bookmarked state of current URL
  583. map.NORMAL.<C-o>.description = Go to an older position in the jump list
  584. map.NORMAL.<C-i>.description = Go to a newer position in the jump list
  585. map.NORMAL.H.description = Go back in the browser history
  586. map.NORMAL.L.description = Go forward in the browser history
  587. map.NORMAL.go.description = Jump to a QuickMark
  588. map.NORMAL.gn.description = Jump to a QuickMark in a new tab
  589. map.NORMAL.M.description = Add new QuickMark for current URL
  590. map.NORMAL.g0.description = Go to the first tab
  591. map.NORMAL.g$.description = Go to the last tab
  592. map.NORMAL.gt.description = Go to the next tab
  593. map.NORMAL.<C-n>.description = Go to the next tab
  594. map.NORMAL.gT.description = Go to previous tab
  595. map.NORMAL.b.description = Open a prompt to switch buffers
  596. map.NORMAL.B.description = Show buffer list
  597. map.NORMAL.d.description = Delete current buffer
  598. map.NORMAL.D.description = Delete current buffer, focus tab to the left
  599. map.NORMAL.gb.description = Repeat last :buffer[!] command
  600. map.NORMAL.gB.description = Repeat last :buffer[!] command in reverse direction
  601. map.NORMAL.u.description = Undo closing of a tab
  602. map.NORMAL.<C-^>.description = Select the alternate tab or the [count]th tab
  603. map.VISUAL.k.description = Move up one line
  604. map.VISUAL.j.description = Move down one line
  605. map.VISUAL.h.description = Move left one character
  606. map.VISUAL.l.description = Move right one character
  607. map.VISUAL.b.description = Move left one word
  608. map.VISUAL.w.description = Move right one word
  609. map.VISUAL.B.description = Move left to the previous white space
  610. map.VISUAL.W.description = Move right to just beyond the next white space
  611. map.VISUAL.e.description = Move to the end of the current word
  612. map.VISUAL.E.description = Move right to the next white space
  613. map.VISUAL.<C-f>.description = Move down one page
  614. map.VISUAL.<C-b>.description = Move up one page
  615. map.VISUAL.gg.description = Move to the start of text
  616. map.VISUAL.G.description = Move to the end of text
  617. map.VISUAL.0.description = Move to the beginning of the line
  618. map.VISUAL.^.description = Move to the first non-whitespace character of the line
  619. map.VISUAL.$.description = Move to the end of the current line
  620. map.VISUAL.v.description = End visual mode
  621. map.VISUAL.c.description = Change selected text
  622. map.VISUAL.d.description = Delete selected text
  623. map.VISUAL.y.description = Yank selected text
  624. map.VISUAL.p.description = Paste clipboard contents
  625. map.TEXT_EDIT.f.description = Move to a character on the current line after the cursor
  626. map.TEXT_EDIT.F.description = Move to a character on the current line before the cursor
  627. map.TEXT_EDIT.t.description = Move before a character on the current line
  628. map.TEXT_EDIT.T.description = Move before a character on the current line, backwards
  629. map.TEXT_EDIT.~.description = Switch case of the character under the cursor and move the cursor to the right
  630. map.NORMAL./.description = Find a pattern starting at the current caret position
  631. map.NORMAL.?.description = Find a pattern backward of the current caret position
  632. map.NORMAL.n.description = Find next
  633. map.NORMAL.N.description = Find previous
  634. map.NORMAL.*.description = Find word under cursor
  635. map.NORMAL.*.description = Find word under cursor
  636. map.NORMAL.#.description = Find word under cursor backwards
  637. map.NORMAL.#.description = Find word under cursor backwards
  638. map.CARET.k.description = Move up one line
  639. map.CARET.j.description = Move down one line
  640. map.CARET.h.description = Move left one character
  641. map.CARET.l.description = Move right one character
  642. map.CARET.b.description = Move left one word
  643. map.CARET.w.description = Move right one word
  644. map.CARET.B.description = Move left to the previous white space
  645. map.CARET.W.description = Move right to just beyond the next white space
  646. map.CARET.e.description = Move to the end of the current word
  647. map.CARET.E.description = Move right to the next white space
  648. map.CARET.<C-f>.description = Move down one page
  649. map.CARET.<C-b>.description = Move up one page
  650. map.CARET.gg.description = Move to the start of text
  651. map.CARET.G.description = Move to the end of text
  652. map.CARET.0.description = Move to the beginning of the line
  653. map.CARET.^.description = Move to the first non-whitespace character of the line
  654. map.CARET.$.description = Move to the end of the current line
  655. map.INPUT.<*-Return>.description = Handled by Firefox
  656. map.CARET.v.description = Start visual mode
  657. map.NORMAL.*.description = Find word under cursor
  658. map.NORMAL.#.description = Find word under cursor backwards
  659. map.TEXT_EDIT.k.description = Move up one line
  660. map.TEXT_EDIT.j.description = Move down one line
  661. map.TEXT_EDIT.h.description = Move left one character
  662. map.TEXT_EDIT.l.description = Move right one character
  663. map.TEXT_EDIT.b.description = Move left one word
  664. map.TEXT_EDIT.w.description = Move right one word
  665. map.TEXT_EDIT.B.description = Move left to the previous white space
  666. map.TEXT_EDIT.W.description = Move right to just beyond the next white space
  667. map.TEXT_EDIT.e.description = Move to the end of the current word
  668. map.TEXT_EDIT.E.description = Move right to the next white space
  669. map.TEXT_EDIT.<C-f>.description = Move down one page
  670. map.TEXT_EDIT.<C-b>.description = Move up one page
  671. map.TEXT_EDIT.gg.description = Move to the start of text
  672. map.TEXT_EDIT.G.description = Move to the end of text
  673. map.TEXT_EDIT.0.description = Move to the beginning of the line
  674. map.TEXT_EDIT.^.description = Move to the first non-whitespace character of the line
  675. map.TEXT_EDIT.$.description = Move to the end of the current line
  676. map.TEXT_EDIT.i.description = Insert text before the cursor
  677. map.TEXT_EDIT.a.description = Append text after the cursor
  678. map.TEXT_EDIT.I.description = Insert text at the beginning of the line
  679. map.TEXT_EDIT.A.description = Append text at the end of the line
  680. map.TEXT_EDIT.s.description = Delete the character in front of the cursor and start insert
  681. map.TEXT_EDIT.S.description = Delete the current line and start insert
  682. map.TEXT_EDIT.C.description = Delete from the cursor to the end of the line and start insert
  683. map.TEXT_EDIT.d.description = Delete motion
  684. map.TEXT_EDIT.c.description = Change motion
  685. map.TEXT_EDIT.y.description = Yank motion
  686. map.INPUT.<C-i>.description = Edit text field with an external editor
  687. map.TEXT_EDIT.u.description = Undo changes
  688. map.TEXT_EDIT.<C-r>.description = Redo undone changes
  689. map.TEXT_EDIT.D.description = Delete the characters under the cursor until the end of the line
  690. map.TEXT_EDIT.o.description = Open line below current
  691. map.TEXT_EDIT.O.description = Open line above current
  692. map.TEXT_EDIT.X.description = Delete character to the left
  693. map.TEXT_EDIT.x.description = Delete character to the right
  694. map.CARET.v.description = Start visual mode
  695. map.TEXT_EDIT.V.description = Start visual line mode
  696. map.VISUAL.p.description = Paste clipboard contents
  697. map.TEXT_EDIT.f.description = Move to a character on the current line after the cursor
  698. map.TEXT_EDIT.F.description = Move to a character on the current line before the cursor
  699. map.TEXT_EDIT.t.description = Move before a character on the current line
  700. map.TEXT_EDIT.T.description = Move before a character on the current line, backwards
  701. map.TEXT_EDIT.~.description = Switch case of the character under the cursor and move the cursor to the right
  702. map.NORMAL.f.description = Start QuickHint mode
  703. map.NORMAL.F.description = Start QuickHint mode, but open link in a new tab
  704. map.NORMAL.;.description = Start an extended hint mode
  705. map.NORMAL.g;.description = Start an extended hint mode and stay there until <Esc> is pressed
  706. map.OUTPUT_MULTILINE.j.description = Scroll down one line
  707. map.OUTPUT_MULTILINE.k.description = Scroll up one line
  708. map.OUTPUT_MULTILINE.<C-j>.description = Scroll down one line, exit on last line
  709. map.OUTPUT_MULTILINE.<C-d>.description = Scroll down half a page
  710. map.OUTPUT_MULTILINE.<C-f>.description = Scroll down one page
  711. map.OUTPUT_MULTILINE.<Space>.description = Scroll down one page
  712. map.OUTPUT_MULTILINE.<C-u>.description = Scroll up half a page
  713. map.OUTPUT_MULTILINE.<C-b>.description = Scroll up half a page
  714. map.OUTPUT_MULTILINE.gg.description = Scroll to the beginning of output
  715. map.OUTPUT_MULTILINE.G.description = Scroll to the end of output
  716. map.OUTPUT_MULTILINE.<C-y>.description = Yank selection to clipboard
  717. map.OUTPUT_MULTILINE.q.description = Close the output window
  718. map.INPUT.<Esc>.description = Return to the previous mode
  719. map.INPUT.<C-w>.description = Delete previous word
  720. map.INPUT.<C-u>.description = Delete until beginning of current line
  721. map.INPUT.<C-k>.description = Delete until end of current line
  722. map.INPUT.<C-a>.description = Move cursor to beginning of current line
  723. map.INPUT.<C-e>.description = Move cursor to end of current line
  724. map.INPUT.<C-h>.description = Delete character to the left
  725. map.INPUT.<C-d>.description = Delete character to the right
  726. map.INPUT.<S-Insert>.description = Insert clipboard/selection
  727. map.INPUT.<C-i>.description = Edit text field with an external editor
  728. map.INPUT.<C-t>.description = Edit text field in Vi mode
  729. map.INPUT.<*-Return>.description = Handled by Firefox
  730. map.INSERT.<Tab>.description = Select the next element in the tab sequence
  731. map.INSERT.<S-Tab>.description = Select the previous element in the tab sequence
  732. map.INSERT.<Space>.description = Expand insert mode abbreviation
  733. map.INSERT.<C-]>.description = Expand insert mode abbreviation
  734. map.AUTOCOMPLETE.<Esc>.description = Return to INSERT mode
  735. map.AUTOCOMPLETE.<C-[>.description = Return to INSERT mode
  736. map.AUTOCOMPLETE.<Up>.description = Select the previous autocomplete result
  737. map.AUTOCOMPLETE.<C-p>.description = Select the previous autocomplete result
  738. map.AUTOCOMPLETE.<Down>.description = Select the next autocomplete result
  739. map.AUTOCOMPLETE.<C-n>.description = Select the next autocomplete result
  740. map.INPUT.<Esc>.description = Return to the previous mode
  741. map.MAIN.<C-v>.description = Pass through next key
  742. map.INPUT.<Esc>.description = Return to the previous mode
  743. map.MAIN.<C-v>.description = Pass through next key
  744. map.MENU.<Esc>.description = Close the current popup
  745. map.MENU.<C-[>.description = Close the current popup
  746. map.COMMAND_LINE.<Space>.description = Expand command line abbreviation
  747. map.COMMAND_LINE.<Return>.description = Accept the current input
  748. map.COMMAND_LINE.<Up>.description = Recall the previous matching command line from the history list
  749. map.COMMAND_LINE.<S-Up>.description = Recall the previous command line from the history list
  750. map.COMMAND_LINE.<Down>.description = Recall the next matching command line from the history list
  751. map.COMMAND_LINE.<S-Down>.description = Recall the next command line from the history list
  752. map.COMMAND_LINE.<A-Tab>.description = Select the next matching completion item
  753. map.COMMAND_LINE.<A-S-Tab>.description = Select the previous matching completion item
  754. map.COMMAND_LINE.<BS>.description = Delete the previous character
  755. map.COMMAND_LINE.<C-]>.description = Expand command line abbreviation
  756. map.INPUT_MULTILINE.<Return>.description = Begin a new line
  757. map.REPL.<Return>.description = Accept the current input
  758. map.REPL.<C-e>.description = Scroll down one line
  759. map.REPL.<C-y>.description = Scroll up one line
  760. map.REPL.<C-d>.description = Scroll down half a page
  761. map.REPL.<C-f>.description = Scroll down one page
  762. map.REPL.<C-u>.description = Scroll up half a page
  763. map.REPL.<C-b>.description = Scroll up half a page
  764. map.HINTS.<Return>.description = Follow the selected hint
  765. map.HINTS.<Tab>.description = Focus the next matching hint
  766. map.HINTS.<S-Tab>.description = Focus the previous matching hint
  767. map.HINTS.<BS>.description = Delete the previous character
  768. map.HINTS.<Leader>.description = Toggle hint filtering
  769. mode.BASE.description = The base mode for all other modes
  770. mode.MAIN.description = The base mode for most other modes
  771. mode.COMMAND.description = The base mode for most modes which accept commands rather than input
  772. mode.NORMAL.description = Active when nothing is focused
  773. mode.VISUAL.description = Active when text is selected
  774. mode.CARET.description = Active when the caret is visible in the web content
  775. mode.TEXT_EDIT.description = Vim-like editing of input elements
  776. mode.OUTPUT_MULTILINE.description = Active when the multi-line output buffer is open
  777. mode.INPUT.description = The base mode for input modes, including Insert and Command Line
  778. mode.INSERT.description = Active when an input element is focused
  779. mode.AUTOCOMPLETE.description = Active when an input autocomplete pop-up is active
  780. mode.EMBED.description = Active when an <embed> or <object> element is focused
  781. mode.MENU.description = Active when a menu or other pop-up is open
  782. mode.COMMAND_LINE.description = Active when the command line is focused
  783. mode.EX.description = Ex command mode, active when the command line is open for Ex commands
  784. mode.PROMPT.description = Active when a prompt is open in the command line
  785. mode.INPUT_MULTILINE.description = INPUT_MULTILINE
  786. mode.FILE_INPUT.description = Active when selecting a file
  787. mode.FIND.description = Find mode, active when typing search input
  788. mode.FIND_FORWARD.description = Forward Find mode, active when typing search input
  789. mode.FIND_BACKWARD.description = Backward Find mode, active when typing search input
  790. mode.REPL.description = JavaScript Read Eval Print Loop
  791. mode.HINTS.description = Active when selecting elements in QuickHint or ExtendedHint mode
  792. option.activate.description = Define when newly created tabs are automatically activated
  793. option.altwildmode.description = Define the behavior of the c_<A-Tab> key in command-line completion
  794. option.amo-autoopen.description = Automatically open review page links
  795. option.amo-diff-context.description = The lines of context to show when jumping to later deltas
  796. option.amo-formatter.description = The external program used to format files matching the given pattern
  797. option.amo-mustcheck.description = Files matching this pattern must be checked
  798. option.amo-showreviews.description = Automatically show this many past reviews
  799. option.amo-watch.description = Watch an add-on after selecting the listed actions
  800. option.autocomplete.description = Automatically update the completion list on any key press
  801. option.banghist.description = Replace occurrences of ! with the previous command when executing external commands
  802. option.cdpath.description = List of directories searched when executing :cd
  803. option.complete.description = Items which are completed at the :open prompts
  804. option.cookieaccept.description = When to accept cookies
  805. option.cookielifetime.description = The lifetime for which to accept cookies
  806. option.cookies.description = The default mode for newly added cookie permissions
  807. option.defsearch.description = The default search engine
  808. option.downloadsort.description = :downloads sort order
  809. option.editor.description = The external text editor
  810. option.encoding.description = The current buffer's character encoding
  811. option.errorbells.description = Ring the bell when an error message is displayed
  812. option.eventignore.description = List of autocommand event names which should be ignored
  813. option.exrc.description = Enable automatic sourcing of an RC file in the current directory at startup
  814. option.extendedhinttags.description = XPath or CSS selector strings of hintable elements for extended hint modes
  815. option.fbwhitelist.description = Sites which may run flash animations without prompting
  816. option.fileencoding.description = The character encoding used when reading and writing files
  817. option.findcase.description = Find case matching mode
  818. option.flashblock.description = Enable blocking of flash animations
  819. option.followhints.description = Define the conditions under which selected hints are followed
  820. option.fullscreen.description = Show the current window fullscreen
  821. option.guioptions.description = Show or hide certain GUI elements like the menu or toolbar
  822. option.helpfile.description = Name of the main help file
  823. option.hintinputs.description = Which text is used to filter hints for input elements
  824. option.hintkeys.description = The keys used to label and select hints
  825. option.hintmatching.description = How hints are filtered
  826. option.hinttags.description = XPath or CSS selector strings of hintable elements for hint mode
  827. option.hinttimeout.description = Timeout before automatically following a non-unique numerical hint
  828. option.history.description = Number of Ex commands and search patterns to store in the command-line history
  829. option.hlfind.description = Highlight all /find pattern matches on the current page after submission
  830. option.incfind.description = Find a pattern incrementally as it is typed rather than awaiting c_<Return>
  831. option.insertmode.description = Enter Insert mode rather than Text Edit mode when focusing text areas
  832. option.iskeyword.description = Regular expression defining which characters constitute word characters
  833. option.jsdebugger.description = Enable the JavaScript debugger service for use in JavaScript completion
  834. option.loadplugins.description = A regexp list that defines which plugins are loaded at startup and via :loadplugins
  835. option.mapleader.description = Define the replacement keys for the <Leader> pseudo-key
  836. option.maxitems.description = Maximum number of completion items to display at once
  837. option.messages.description = Number of messages to store in the :messages history
  838. option.more.description = Pause the message list window when the full output will not fit on one page
  839. option.newtab.description = Define which commands should output in a new tab by default
  840. option.nextpattern.description = Patterns to use when guessing the next page in a document sequence
  841. option.noscript-forbid.description = The set of permissions forbidden to untrusted sites
  842. option.noscript-list.description = The set of domains to show in the menu and completion list
  843. option.noscript-objects.description = The list of allowed objects
  844. option.noscript-sites.description = The list of sites allowed to execute scripts
  845. option.noscript-tempsites.description = The list of sites temporarily allowed to execute scripts
  846. option.noscript-untrusted.description = The list of untrusted sites
  847. option.online.description = Set the 'work offline' option
  848. option.pageinfo.description = Define which sections are shown by the :pageinfo command
  849. option.passkeys.description = Pass certain keys through directly for the given URLs
  850. option.passunknown.description = Pass through unknown keys in these modes
  851. option.popups.description = Where to show requested popup windows
  852. option.previouspattern.description = Patterns to use when guessing the previous page in a document sequence
  853. option.private.description = Set the 'private browsing' option
  854. option.runtimepath.description = List of directories searched for runtime files
  855. option.sanitizeitems.description = The default list of private items to sanitize
  856. option.sanitizeshutdown.description = The items to sanitize automatically at shutdown
  857. option.sanitizetimespan.description = The default sanitizer time span
  858. option.script.description = Whether NoScript is enabled
  859. option.scroll.description = Number of lines to scroll with <C-u> and <C-d> commands
  860. option.shell.description = Shell to use for executing external commands with :! and :run
  861. option.shellcmdflag.description = Flag passed to shell when executing external commands with :! and :run
  862. option.showmode.description = Show the current mode in the command line when it matches this expression
  863. option.showstatuslinks.description = Where to show the destination of the link under the cursor
  864. option.showtabline.description = Define when the tab bar is visible
  865. option.strictfocus.description = Prevent scripts from focusing input elements without user intervention
  866. option.suggestengines.description = Search engines used for search suggestions
  867. option.tabclose.description = Tab closure options, in order of precedence
  868. option.tabopen.description = Placement options for new tabs
  869. option.timeout.description = Whether to execute a shorter key command after a timeout when a longer command exists
  870. option.timeoutlen.description = Maximum time (milliseconds) to wait for a longer key command when a shorter one exists
  871. option.titlestring.description = The string shown at the end of the window title
  872. option.updateplugins-dir.description = The target directory for :updateplugins
  873. option.urlseparator.description = The regular expression used to separate multiple URLs in :open and friends
  874. option.useragent.description = The current browser user-agent
  875. option.usermode.description = Show current website without styling defined by the author
  876. option.verbose.description = Define which info messages are displayed
  877. option.visualbell.description = Use visual bell instead of beeping on errors
  878. option.wildanchor.description = Define which completion groups only match at the beginning of their text
  879. option.wildcase.description = Completion case matching mode
  880. option.wildignore.description = List of path name patterns to ignore when completing files and directories
  881. option.wildmode.description = Define the behavior of the c_<Tab> key in command-line completion
  882. option.wildsort.description = Define which completion groups are sorted
  883. option.wordseparators.description = Regular expression defining which characters separate words when matching hints
  884. hintmode.;.prompt = Focus hint
  885. hintmode.?.prompt = Show information for hint
  886. hintmode.s.prompt = Save hint
  887. hintmode.f.prompt = Focus frame
  888. hintmode.F.prompt = Focus frame or pseudo-frame
  889. hintmode.o.prompt = Follow hint
  890. hintmode.t.prompt = Follow hint in a new tab
  891. hintmode.b.prompt = Follow hint in a background tab
  892. hintmode.w.prompt = Follow hint in a new window
  893. hintmode.O.prompt = Generate an ‘:open URL’ prompt
  894. hintmode.T.prompt = Generate a ‘:tabopen URL’ prompt
  895. hintmode.W.prompt = Generate a ‘:winopen URL’ prompt
  896. hintmode.a.prompt = Add a bookmark
  897. hintmode.S.prompt = Add a search keyword
  898. hintmode.v.prompt = Play video
  899. hintmode.V.prompt = View hint source in external editor
  900. hintmode.y.prompt = Yank hint location
  901. hintmode.Y.prompt = Yank hint description
  902. hintmode.c.prompt = Open context menu
  903. hintmode.i.prompt = Show image
  904. hintmode.I.prompt = Show image in a new tab
  905. hintmode.C.prompt = Generate curl command for a form
  906. pageinfo.e.title = Search Engines
  907. pageinfo.f.title = Feeds
  908. pageinfo.g.title = General Info
  909. pageinfo.m.title = Meta Tags
  910. pageinfo.s.title = Security
  911. pageinfo.h.title = Request Headers
  912. pageinfo.H.title = Response Headers
  913. sanitizeitem.all.description = Sanitize all items
  914. sanitizeitem.cache.description = Cache
  915. sanitizeitem.downloads.description = Download history
  916. sanitizeitem.formdata.description = Saved form and search history
  917. sanitizeitem.offlineapps.description = Offline website data
  918. sanitizeitem.passwords.description = Saved passwords
  919. sanitizeitem.sessions.description = Authenticated sessions
  920. sanitizeitem.cookies.description = Cookies
  921. sanitizeitem.history.description = Browsing history
  922. sanitizeitem.host.description = All data from the given host
  923. sanitizeitem.sitesettings.description = Site preferences
  924. sanitizeitem.options.description = Options containing hostname data
  925. sanitizeitem.commandline.description = Command-line and search history
  926. sanitizeitem.messages.description = Saved :messages
  927. sanitizeitem.macros.description = Saved macros
  928. sanitizeitem.marks.description = Local and URL marks
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement