ELinks 0.11.5
[elinks.git] / doc / man / man5 / elinkskeys.5
blob61a13131adafba420a706d7214387b589c7cbdf9
1 .\"     Title: elinkskeys
2 .\"    Author: 
3 .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4 .\"      Date: 09/20/2008
5 .\"    Manual: ELinks keybindings
6 .\"    Source: ELinks 0.11.5
7 .\"
8 .TH "ELINKSKEYS" "5" "09/20/2008" "ELinks 0\&.11\&.5" "ELinks keybindings"
9 .\" disable hyphenation
10 .nh
11 .\" disable justification (adjust text to left margin only)
12 .ad l
13 .SH "NAME"
14 elinkskeys \- keybindings for ELinks
15 .SH "SYNOPSIS"
16 Information on how to configure keybinding and overview of the default keybindings\&.
17 .sp
18 .SH "DESCRIPTION"
19 Key binding for elinks should be placed in the file ~/\&.elinks/elinks\&.conf\&. Note that any information regarding their format/structure may not be up\-to\-date\&. If you will discover that, please feed us with a patch\&.
20 .sp
21 Key binding statements are of the form:
22 .sp
23 .sp
24 .RS 4
25 .nf
26 bind <keymap> <keystroke> = <action>
27 .fi
28 .RE
29 where:
30 .PP
31 <keymap>
32 .RS 4
34 \fImain\fR,
35 \fIedit\fR, or
36 \fImenu\fR\&. The main keymap is used for general browsing\&. The edit keymap is used for editing text fields\&. The menu keymap is used for navigating menus\&.
37 .RE
38 .PP
39 <keystroke>
40 .RS 4
41 is a case sensitive key, which you can prefix with
42 \fICtrl\-\fR
44 \fIAlt\-\fR\&.
45 \fICtrl\-\fR
46 must be followed by an uppercase key\&. See below for a list of valid keys\&.
47 .RE
48 .PP
49 <action>
50 .RS 4
51 is what the key should do\&. The actions available are dependent on the keymap, and are listed separately below\&.
52 .RE
53 All words/strings may all be quoted "like so"\&. Backslashes are escape characters, even if not between quotes\&. Lines beginning with a hash character (#) are comments\&.
54 .sp
55 Keys can be unbound just by binding them to the special \fInone\fR action\&. It may be of use if you accidentally type a key often\&.
56 .sp
57 .SH "EXAMPLE BINDINGS"
58 Some sample keybindings:
59 .sp
60 .sp
61 .RS 4
62 .nf
63 bind "main" "v" = "view\-image"
64 bind "main" "l" = "jump\-to\-link"
65 bind "main" "L" = "link\-menu"
66 bind "main" "F10" = "file\-menu"
67 bind "main" "F9" = "menu"
68 bind "main" "Escape" = "menu"
69 bind "edit" "Ctrl\-R" = "auto\-complete\-unambiguous"
70 bind "edit" "Ctrl\-W" = "auto\-complete"
71 bind "edit" "Ctrl\-K" = "kill\-to\-eol"
72 bind "menu" "Ctrl\-B" = "page\-up"
73 bind "menu" "PageUp" = "page\-up"
74 bind "menu" "Ctrl\-F" = "page\-down"
75 bind "menu" "PageDown" = "page\-down"
76 # ELinks with Lua support
77 bind "main" "," = "lua\-console"
78 .fi
79 .RE
80 .SH "KEYS"
81 Valid keys are: alphanumeric characters, punctuation, \fIEnter\fR, \fIBackspace\fR, \fITab\fR, \fIEscape\fR, \fILeft\fR, \fIRight\fR, \fIUp\fR, \fIDown\fR, \fIInsert\fR, \fIDelete\fR, \fIHome\fR, \fIEnd\fR, \fIPageUp\fR, \fIPageDown\fR, \fIF1\fR to \fIF12\fR\&.
82 .sp
83 Some keys will need to be quoted or escaped\&. For example, space can be written as " " (quote space quote), and the quote itself as \e" (backslash quote)\&. Backslash can be written as \e\e (double backslash)\&.
84 .sp
85 .SH "KEYMAP ACTIONS"
86 .SS "MAIN ACTIONS"
87 .PP
88 abort\-connection
89 .RS 4
90 Abort connection\&.
91 .RE
92 .PP
93 add\-bookmark
94 .RS 4
95 Add a new bookmark\&.
96 .RE
97 .PP
98 add\-bookmark\-link
99 .RS 4
100 Add a new bookmark using current link\&.
103 add\-bookmark\-tabs
104 .RS 4
105 Bookmark all open tabs\&.
108 auth\-manager
109 .RS 4
110 Open authentication manager\&.
113 bookmark\-manager
114 .RS 4
115 Open bookmark manager\&.
118 cache\-manager
119 .RS 4
120 Open cache manager\&.
123 cache\-minimize
124 .RS 4
125 Free unused cache entries\&.
128 cookie\-manager
129 .RS 4
130 Open cookie manager\&.
133 cookies\-load
134 .RS 4
135 Reload cookies file\&.
138 copy\-clipboard
139 .RS 4
140 Copy text to clipboard\&.
143 document\-info
144 .RS 4
145 Show information about the current page\&.
148 download\-manager
149 .RS 4
150 Open download manager\&.
153 exmode
154 .RS 4
155 Enter ex\-mode (command line)\&.
158 file\-menu
159 .RS 4
160 Open the File menu\&.
163 find\-next
164 .RS 4
165 Find the next occurrence of the current search text\&.
168 find\-next\-back
169 .RS 4
170 Find the previous occurrence of the current search text\&.
173 forget\-credentials
174 .RS 4
175 Forget authentication credentials\&.
178 formhist\-manager
179 .RS 4
180 Open form history manager\&.
183 frame\-external\-command
184 .RS 4
185 Pass URI of current frame to external command\&.
188 frame\-maximize
189 .RS 4
190 Maximize the current frame\&.
193 frame\-next
194 .RS 4
195 Move to the next frame\&.
198 frame\-prev
199 .RS 4
200 Move to the previous frame\&.
203 goto\-url
204 .RS 4
205 Open "Go to URL" dialog box\&.
208 goto\-url\-current
209 .RS 4
210 Open "Go to URL" dialog box containing the current URL\&.
213 goto\-url\-current\-link
214 .RS 4
215 Open "Go to URL" dialog box containing the current link URL\&.
218 goto\-url\-home
219 .RS 4
220 Go to the homepage\&.
223 header\-info
224 .RS 4
225 Show information about the current page protocol headers\&.
228 history\-manager
229 .RS 4
230 Open history manager\&.
233 history\-move\-back
234 .RS 4
235 Return to the previous document in history\&.
238 history\-move\-forward
239 .RS 4
240 Go forward in history\&.
243 jump\-to\-link
244 .RS 4
245 Jump to link\&.
248 keybinding\-manager
249 .RS 4
250 Open keybinding manager\&.
253 kill\-backgrounded\-connections
254 .RS 4
255 Kill all backgrounded connections\&.
258 link\-download
259 .RS 4
260 Download the current link\&.
263 link\-download\-image
264 .RS 4
265 Download the current image\&.
268 link\-download\-resume
269 .RS 4
270 Attempt to resume download of the current link\&.
273 link\-external\-command
274 .RS 4
275 Pass URI of current link to external command\&.
278 link\-follow
279 .RS 4
280 Follow the current link\&.
283 link\-follow\-reload
284 .RS 4
285 Follow the current link, forcing reload of the target\&.
288 link\-menu
289 .RS 4
290 Open the link context menu\&.
293 link\-form\-menu
294 .RS 4
295 Open the form fields menu\&.
298 lua\-console
299 .RS 4
300 Open a Lua console\&.
303 mark\-goto
304 .RS 4
305 Go at a specified mark\&.
308 mark\-set
309 .RS 4
310 Set a mark\&.
313 menu
314 .RS 4
315 Activate the menu\&.
318 move\-cursor\-down
319 .RS 4
320 Move cursor down\&.
323 move\-cursor\-left
324 .RS 4
325 Move cursor left\&.
328 move\-cursor\-right
329 .RS 4
330 Move cursor right\&.
333 move\-cursor\-up
334 .RS 4
335 Move cursor up\&.
338 move\-document\-end
339 .RS 4
340 Move to the end of the document\&.
343 move\-document\-start
344 .RS 4
345 Move to the start of the document\&.
348 move\-link\-down
349 .RS 4
350 Move one link down\&.
353 move\-link\-left
354 .RS 4
355 Move one link left\&.
358 move\-link\-next
359 .RS 4
360 Move to the next link\&.
363 move\-link\-prev
364 .RS 4
365 Move to the previous link\&.
368 move\-link\-right
369 .RS 4
370 Move one link right\&.
373 move\-link\-up
374 .RS 4
375 Move one link up\&.
378 move\-page\-down
379 .RS 4
380 Move downwards by a page\&.
383 move\-page\-up
384 .RS 4
385 Move upwards by a page\&.
388 open\-link\-in\-new\-tab
389 .RS 4
390 Open the current link in a new tab\&.
393 open\-link\-in\-new\-tab\-in\-background
394 .RS 4
395 Open the current link in a new tab in the background\&.
398 open\-link\-in\-new\-window
399 .RS 4
400 Open the current link in a new window\&.
403 open\-new\-tab
404 .RS 4
405 Open a new tab\&.
408 open\-new\-tab\-in\-background
409 .RS 4
410 Open a new tab in the background\&.
413 open\-new\-window
414 .RS 4
415 Open a new window\&.
418 open\-os\-shell
419 .RS 4
420 Open an OS shell\&.
423 options\-manager
424 .RS 4
425 Open options manager\&.
428 quit
429 .RS 4
430 Open a quit confirmation dialog box\&.
433 really\-quit
434 .RS 4
435 Quit without confirmation\&.
438 redraw
439 .RS 4
440 Redraw the terminal\&.
443 reload
444 .RS 4
445 Reload the current page\&.
448 rerender
449 .RS 4
450 Re\-render the current page\&.
453 reset\-form
454 .RS 4
455 Reset form items to their initial values\&.
458 resource\-info
459 .RS 4
460 Show information about the currently used resources\&.
463 save\-as
464 .RS 4
465 Save the current document in source form\&.
468 save\-formatted
469 .RS 4
470 Save the current document in formatted form\&.
473 save\-options
474 .RS 4
475 Save options\&.
478 save\-url\-as
479 .RS 4
480 Save URL as\&.
483 scroll\-down
484 .RS 4
485 Scroll down\&.
488 scroll\-left
489 .RS 4
490 Scroll left\&.
493 scroll\-right
494 .RS 4
495 Scroll right\&.
498 scroll\-up
499 .RS 4
500 Scroll up\&.
503 search
504 .RS 4
505 Search for a text pattern\&.
508 search\-back
509 .RS 4
510 Search backwards for a text pattern\&.
513 search\-typeahead
514 .RS 4
515 Search link text by typing ahead\&.
518 search\-typeahead\-link
519 .RS 4
520 Search link text by typing ahead\&.
523 search\-typeahead\-text
524 .RS 4
525 Search document text by typing ahead\&.
528 search\-typeahead\-text\-back
529 .RS 4
530 Search document text backwards by typing ahead\&.
533 show\-term\-options
534 .RS 4
535 Show terminal options dialog\&.
538 submit\-form
539 .RS 4
540 Submit form\&.
543 submit\-form\-reload
544 .RS 4
545 Submit form and reload\&.
548 tab\-close
549 .RS 4
550 Close tab\&.
553 tab\-close\-all\-but\-current
554 .RS 4
555 Close all tabs but the current one\&.
558 tab\-external\-command
559 .RS 4
560 Pass URI of current tab to external command\&.
563 tab\-menu
564 .RS 4
565 Open the tab menu\&.
568 tab\-move\-left
569 .RS 4
570 Move the current tab to the left\&.
573 tab\-move\-right
574 .RS 4
575 Move the current tab to the right\&.
578 tab\-next
579 .RS 4
580 Next tab\&.
583 tab\-prev
584 .RS 4
585 Previous tab\&.
588 terminal\-resize
589 .RS 4
590 Open the terminal resize dialog\&.
593 toggle\-css
594 .RS 4
595 Toggle rendering of page using CSS\&.
598 toggle\-display\-images
599 .RS 4
600 Toggle displaying of links to images\&.
603 toggle\-display\-tables
604 .RS 4
605 Toggle rendering of tables\&.
608 toggle\-document\-colors
609 .RS 4
610 Toggle usage of document specific colors\&.
613 toggle\-html\-plain
614 .RS 4
615 Toggle rendering page as HTML / plain text\&.
618 toggle\-mouse
619 .RS 4
620 Toggle mouse handling\&.
623 toggle\-numbered\-links
624 .RS 4
625 Toggle displaying of links numbers\&.
628 toggle\-plain\-compress\-empty\-lines
629 .RS 4
630 Toggle plain renderer compression of empty lines\&.
633 toggle\-wrap\-text
634 .RS 4
635 Toggle wrapping of text\&.
638 view\-image
639 .RS 4
640 View the current image\&.
642 .SS "EDIT ACTIONS"
644 auto\-complete
645 .RS 4
646 Attempt to auto\-complete the input\&.
649 auto\-complete\-file
650 .RS 4
651 Attempt to auto\-complete a local file\&.
654 auto\-complete\-unambiguous
655 .RS 4
656 Attempt to unambiguously auto\-complete the input\&.
659 backspace
660 .RS 4
661 Delete character in front of the cursor\&.
664 beginning\-of\-buffer
665 .RS 4
666 Go to the first line of the buffer\&.
669 cancel
670 .RS 4
671 Cancel current state\&.
674 copy\-clipboard
675 .RS 4
676 Copy text to clipboard\&.
679 cut\-clipboard
680 .RS 4
681 Cut text to clipboard\&.
684 delete
685 .RS 4
686 Delete character under cursor\&.
689 down
690 .RS 4
691 Move cursor downwards\&.
695 .RS 4
696 Go to the end of the page/line\&.
699 end\-of\-buffer
700 .RS 4
701 Go to the last line of the buffer\&.
704 enter
705 .RS 4
706 Follow the current link\&.
709 home
710 .RS 4
711 Go to the start of the page/line\&.
714 kill\-to\-bol
715 .RS 4
716 Delete to beginning of line\&.
719 kill\-to\-eol
720 .RS 4
721 Delete to end of line\&.
724 left
725 .RS 4
726 Move the cursor left\&.
729 next\-item
730 .RS 4
731 Move to the next item\&.
734 open\-external
735 .RS 4
736 Open in external editor\&.
739 paste\-clipboard
740 .RS 4
741 Paste text from the clipboard\&.
744 previous\-item
745 .RS 4
746 Move to the previous item\&.
749 redraw
750 .RS 4
751 Redraw the terminal\&.
754 right
755 .RS 4
756 Move the cursor right\&.
759 search\-toggle\-regex
760 .RS 4
761 Toggle regex matching (type\-ahead searching)\&.
765 .RS 4
766 Move cursor upwards\&.
768 .SS "MENU ACTIONS"
770 cancel
771 .RS 4
772 Cancel current state\&.
775 delete
776 .RS 4
777 Delete character under cursor\&.
780 down
781 .RS 4
782 Move cursor downwards\&.
786 .RS 4
787 Go to the end of the page/line\&.
790 enter
791 .RS 4
792 Follow the current link\&.
795 expand
796 .RS 4
797 Expand item\&.
800 home
801 .RS 4
802 Go to the start of the page/line\&.
805 left
806 .RS 4
807 Move the cursor left\&.
810 mark\-item
811 .RS 4
812 Mark item\&.
815 next\-item
816 .RS 4
817 Move to the next item\&.
820 page\-down
821 .RS 4
822 Move downwards by a page\&.
825 page\-up
826 .RS 4
827 Move upwards by a page\&.
830 previous\-item
831 .RS 4
832 Move to the previous item\&.
835 redraw
836 .RS 4
837 Redraw the terminal\&.
840 right
841 .RS 4
842 Move the cursor right\&.
845 search
846 .RS 4
847 Search for a text pattern\&.
850 select
851 .RS 4
852 Select current highlighted item\&.
855 unexpand
856 .RS 4
857 Collapse item\&.
861 .RS 4
862 Move cursor upwards\&.
864 .SH "DEFAULT BINDINGS"
865 The default bindings are shown below\&. Any bindings in ~/\&.elinks/elinks\&.conf will override these\&.
867 .SS "MAIN KEYS"
869 \fISpace\fR
870 .RS 4
871 Move downwards by a page (\fImove\-page\-down\fR)
874 \fI"#"\fR
875 .RS 4
876 Search link text by typing ahead (\fIsearch\-typeahead\fR)
879 \fI"%"\fR
880 .RS 4
881 Toggle usage of document specific colors (\fItoggle\-document\-colors\fR)
884 \fI"*"\fR
885 .RS 4
886 Toggle displaying of links to images (\fItoggle\-display\-images\fR)
889 \fI","\fR
890 .RS 4
891 Open a Lua console (\fIlua\-console\fR)
894 \fI"\&."\fR
895 .RS 4
896 Toggle displaying of links numbers (\fItoggle\-numbered\-links\fR)
899 \fI"/"\fR
900 .RS 4
901 Search for a text pattern (\fIsearch\fR)
904 \fI":"\fR
905 .RS 4
906 Enter ex\-mode (command line) (\fIexmode\fR)
909 \fI"<"\fR
910 .RS 4
911 Previous tab (\fItab\-prev\fR)
914 \fIAlt\-"<"\fR
915 .RS 4
916 Move the current tab to the left (\fItab\-move\-left\fR)
919 \fI"="\fR
920 .RS 4
921 Show information about the current page (\fIdocument\-info\fR)
924 \fI">"\fR
925 .RS 4
926 Next tab (\fItab\-next\fR)
929 \fIAlt\-">"\fR
930 .RS 4
931 Move the current tab to the right (\fItab\-move\-right\fR)
934 \fI"?"\fR
935 .RS 4
936 Search backwards for a text pattern (\fIsearch\-back\fR)
939 \fI"A"\fR
940 .RS 4
941 Add a new bookmark using current link (\fIadd\-bookmark\-link\fR)
944 \fICtrl\-"A"\fR
945 .RS 4
946 Move to the start of the document (\fImove\-document\-start\fR)
949 \fICtrl\-"B"\fR
950 .RS 4
951 Move upwards by a page (\fImove\-page\-up\fR)
954 \fI"C"\fR
955 .RS 4
956 Open cache manager (\fIcache\-manager\fR)
959 \fI"D"\fR
960 .RS 4
961 Open download manager (\fIdownload\-manager\fR)
964 \fI"E"\fR
965 .RS 4
966 Open "Go to URL" dialog box containing the current link URL (\fIgoto\-url\-current\-link\fR)
969 \fICtrl\-"E"\fR
970 .RS 4
971 Move to the end of the document (\fImove\-document\-end\fR)
974 \fI"F"\fR
975 .RS 4
976 Open form history manager (\fIformhist\-manager\fR)
979 \fICtrl\-"F"\fR
980 .RS 4
981 Move downwards by a page (\fImove\-page\-down\fR)
984 \fI"G"\fR
985 .RS 4
986 Open "Go to URL" dialog box containing the current URL (\fIgoto\-url\-current\fR)
989 \fI"H"\fR
990 .RS 4
991 Go to the homepage (\fIgoto\-url\-home\fR)
994 \fI"K"\fR
995 .RS 4
996 Open cookie manager (\fIcookie\-manager\fR)
999 \fICtrl\-"K"\fR
1000 .RS 4
1001 Reload cookies file (\fIcookies\-load\fR)
1004 \fI"L"\fR
1005 .RS 4
1006 Open the link context menu (\fIlink\-menu\fR)
1009 \fICtrl\-"L"\fR
1010 .RS 4
1011 Redraw the terminal (\fIredraw\fR)
1014 \fI"N"\fR
1015 .RS 4
1016 Find the previous occurrence of the current search text (\fIfind\-next\-back\fR)
1019 \fICtrl\-"N"\fR
1020 .RS 4
1021 Scroll down (\fIscroll\-down\fR)
1024 \fICtrl\-"P"\fR
1025 .RS 4
1026 Scroll up (\fIscroll\-up\fR)
1029 \fI"Q"\fR
1030 .RS 4
1031 Quit without confirmation (\fIreally\-quit\fR)
1034 \fICtrl\-"R"\fR
1035 .RS 4
1036 Reload the current page (\fIreload\fR)
1039 \fI"T"\fR
1040 .RS 4
1041 Open the current link in a new tab in the background (\fIopen\-link\-in\-new\-tab\-in\-background\fR)
1044 \fI"W"\fR
1045 .RS 4
1046 Toggle wrapping of text (\fItoggle\-wrap\-text\fR)
1049 \fI"["\fR
1050 .RS 4
1051 Scroll left (\fIscroll\-left\fR)
1054 \fI"\'"\fR
1055 .RS 4
1056 Go at a specified mark (\fImark\-goto\fR)
1059 \fI"\e"\fR
1060 .RS 4
1061 Toggle rendering page as HTML / plain text (\fItoggle\-html\-plain\fR)
1064 \fI"]"\fR
1065 .RS 4
1066 Scroll right (\fIscroll\-right\fR)
1069 \fI"a"\fR
1070 .RS 4
1071 Add a new bookmark (\fIadd\-bookmark\fR)
1074 \fI"b"\fR
1075 .RS 4
1076 Move upwards by a page (\fImove\-page\-up\fR)
1079 \fI"c"\fR
1080 .RS 4
1081 Close tab (\fItab\-close\fR)
1084 \fI"d"\fR
1085 .RS 4
1086 Download the current link (\fIlink\-download\fR)
1089 \fI"e"\fR
1090 .RS 4
1091 Open the tab menu (\fItab\-menu\fR)
1094 \fI"f"\fR
1095 .RS 4
1096 Maximize the current frame (\fIframe\-maximize\fR)
1099 \fI"g"\fR
1100 .RS 4
1101 Open "Go to URL" dialog box (\fIgoto\-url\fR)
1104 \fI"h"\fR
1105 .RS 4
1106 Open history manager (\fIhistory\-manager\fR)
1109 \fI"k"\fR
1110 .RS 4
1111 Open keybinding manager (\fIkeybinding\-manager\fR)
1114 \fI"l"\fR
1115 .RS 4
1116 Jump to link (\fIjump\-to\-link\fR)
1119 \fI"m"\fR
1120 .RS 4
1121 Set a mark (\fImark\-set\fR)
1124 \fI"n"\fR
1125 .RS 4
1126 Find the next occurrence of the current search text (\fIfind\-next\fR)
1129 \fI"o"\fR
1130 .RS 4
1131 Open options manager (\fIoptions\-manager\fR)
1134 \fI"q"\fR
1135 .RS 4
1136 Open a quit confirmation dialog box (\fIquit\fR)
1139 \fI"r"\fR
1140 .RS 4
1141 Attempt to resume download of the current link (\fIlink\-download\-resume\fR)
1144 \fI"s"\fR
1145 .RS 4
1146 Open bookmark manager (\fIbookmark\-manager\fR)
1149 \fI"t"\fR
1150 .RS 4
1151 Open a new tab (\fIopen\-new\-tab\fR)
1154 \fI"u"\fR
1155 .RS 4
1156 Go forward in history (\fIhistory\-move\-forward\fR)
1159 \fI"v"\fR
1160 .RS 4
1161 View the current image (\fIview\-image\fR)
1164 \fI"x"\fR
1165 .RS 4
1166 Follow the current link, forcing reload of the target (\fIlink\-follow\-reload\fR)
1169 \fI"z"\fR
1170 .RS 4
1171 Abort connection (\fIabort\-connection\fR)
1174 \fI"{"\fR
1175 .RS 4
1176 Scroll left (\fIscroll\-left\fR)
1179 \fI"|"\fR
1180 .RS 4
1181 Show information about the current page protocol headers (\fIheader\-info\fR)
1184 \fI"}"\fR
1185 .RS 4
1186 Scroll right (\fIscroll\-right\fR)
1189 \fIDelete\fR
1190 .RS 4
1191 Scroll down (\fIscroll\-down\fR)
1194 \fIDown\fR
1195 .RS 4
1196 Move to the next link (\fImove\-link\-next\fR)
1199 \fIEnd\fR
1200 .RS 4
1201 Move to the end of the document (\fImove\-document\-end\fR)
1204 \fIEnter\fR
1205 .RS 4
1206 Follow the current link (\fIlink\-follow\fR)
1209 \fICtrl\-Enter\fR
1210 .RS 4
1211 Follow the current link, forcing reload of the target (\fIlink\-follow\-reload\fR)
1214 \fIEscape\fR
1215 .RS 4
1216 Activate the menu (\fImenu\fR)
1219 \fIF10\fR
1220 .RS 4
1221 Open the File menu (\fIfile\-menu\fR)
1224 \fIF9\fR
1225 .RS 4
1226 Activate the menu (\fImenu\fR)
1229 \fIHome\fR
1230 .RS 4
1231 Move to the start of the document (\fImove\-document\-start\fR)
1234 \fIInsert\fR
1235 .RS 4
1236 Scroll up (\fIscroll\-up\fR)
1239 \fICtrl\-Insert\fR
1240 .RS 4
1241 Copy text to clipboard (\fIcopy\-clipboard\fR)
1244 \fILeft\fR
1245 .RS 4
1246 Return to the previous document in history (\fIhistory\-move\-back\fR)
1249 \fIPageDown\fR
1250 .RS 4
1251 Move downwards by a page (\fImove\-page\-down\fR)
1254 \fIPageUp\fR
1255 .RS 4
1256 Move upwards by a page (\fImove\-page\-up\fR)
1259 \fIRight\fR
1260 .RS 4
1261 Follow the current link (\fIlink\-follow\fR)
1264 \fICtrl\-Right\fR
1265 .RS 4
1266 Follow the current link, forcing reload of the target (\fIlink\-follow\-reload\fR)
1269 \fITab\fR
1270 .RS 4
1271 Move to the next frame (\fIframe\-next\fR)
1274 \fIAlt\-Tab\fR
1275 .RS 4
1276 Move to the previous frame (\fIframe\-prev\fR)
1279 \fIShift\-Tab\fR
1280 .RS 4
1281 Move to the previous frame (\fIframe\-prev\fR)
1284 \fIUp\fR
1285 .RS 4
1286 Move to the previous link (\fImove\-link\-prev\fR)
1288 .SS "EDIT KEYS"
1290 \fIAlt\-"<"\fR
1291 .RS 4
1292 Go to the first line of the buffer (\fIbeginning\-of\-buffer\fR)
1295 \fIAlt\-">"\fR
1296 .RS 4
1297 Go to the last line of the buffer (\fIend\-of\-buffer\fR)
1300 \fICtrl\-"A"\fR
1301 .RS 4
1302 Go to the start of the page/line (\fIhome\fR)
1305 \fICtrl\-"D"\fR
1306 .RS 4
1307 Delete character under cursor (\fIdelete\fR)
1310 \fICtrl\-"E"\fR
1311 .RS 4
1312 Go to the end of the page/line (\fIend\fR)
1315 \fICtrl\-"H"\fR
1316 .RS 4
1317 Delete character in front of the cursor (\fIbackspace\fR)
1320 \fICtrl\-"K"\fR
1321 .RS 4
1322 Delete to end of line (\fIkill\-to\-eol\fR)
1325 \fICtrl\-"L"\fR
1326 .RS 4
1327 Redraw the terminal (\fIredraw\fR)
1330 \fIAlt\-"r"\fR
1331 .RS 4
1332 Toggle regex matching (type\-ahead searching) (\fIsearch\-toggle\-regex\fR)
1335 \fICtrl\-"F"\fR
1336 .RS 4
1337 Attempt to auto\-complete a local file (\fIauto\-complete\-file\fR)
1340 \fICtrl\-"R"\fR
1341 .RS 4
1342 Attempt to unambiguously auto\-complete the input (\fIauto\-complete\-unambiguous\fR)
1345 \fICtrl\-"T"\fR
1346 .RS 4
1347 Open in external editor (\fIopen\-external\fR)
1350 \fICtrl\-"U"\fR
1351 .RS 4
1352 Delete to beginning of line (\fIkill\-to\-bol\fR)
1355 \fICtrl\-"V"\fR
1356 .RS 4
1357 Paste text from the clipboard (\fIpaste\-clipboard\fR)
1360 \fICtrl\-"W"\fR
1361 .RS 4
1362 Attempt to auto\-complete the input (\fIauto\-complete\fR)
1365 \fICtrl\-"X"\fR
1366 .RS 4
1367 Cut text to clipboard (\fIcut\-clipboard\fR)
1370 \fIBackspace\fR
1371 .RS 4
1372 Delete character in front of the cursor (\fIbackspace\fR)
1375 \fIDelete\fR
1376 .RS 4
1377 Delete character under cursor (\fIdelete\fR)
1380 \fIDown\fR
1381 .RS 4
1382 Move cursor downwards (\fIdown\fR)
1385 \fIEnd\fR
1386 .RS 4
1387 Go to the end of the page/line (\fIend\fR)
1390 \fIEnter\fR
1391 .RS 4
1392 Follow the current link (\fIenter\fR)
1395 \fIEscape\fR
1396 .RS 4
1397 Cancel current state (\fIcancel\fR)
1400 \fIF4\fR
1401 .RS 4
1402 Open in external editor (\fIopen\-external\fR)
1405 \fIHome\fR
1406 .RS 4
1407 Go to the start of the page/line (\fIhome\fR)
1410 \fICtrl\-Insert\fR
1411 .RS 4
1412 Copy text to clipboard (\fIcopy\-clipboard\fR)
1415 \fILeft\fR
1416 .RS 4
1417 Move the cursor left (\fIleft\fR)
1420 \fIRight\fR
1421 .RS 4
1422 Move the cursor right (\fIright\fR)
1425 \fITab\fR
1426 .RS 4
1427 Move to the next item (\fInext\-item\fR)
1430 \fIAlt\-Tab\fR
1431 .RS 4
1432 Move to the previous item (\fIprevious\-item\fR)
1435 \fIShift\-Tab\fR
1436 .RS 4
1437 Move to the previous item (\fIprevious\-item\fR)
1440 \fIUp\fR
1441 .RS 4
1442 Move cursor upwards (\fIup\fR)
1444 .SS "MENU KEYS"
1446 \fISpace\fR
1447 .RS 4
1448 Select current highlighted item (\fIselect\fR)
1451 \fI"*"\fR
1452 .RS 4
1453 Mark item (\fImark\-item\fR)
1456 \fI"+"\fR
1457 .RS 4
1458 Expand item (\fIexpand\fR)
1461 \fI"\-"\fR
1462 .RS 4
1463 Collapse item (\fIunexpand\fR)
1466 \fI"/"\fR
1467 .RS 4
1468 Search for a text pattern (\fIsearch\fR)
1471 \fI"="\fR
1472 .RS 4
1473 Expand item (\fIexpand\fR)
1476 \fICtrl\-"A"\fR
1477 .RS 4
1478 Go to the start of the page/line (\fIhome\fR)
1481 \fICtrl\-"B"\fR
1482 .RS 4
1483 Move upwards by a page (\fIpage\-up\fR)
1486 \fICtrl\-"E"\fR
1487 .RS 4
1488 Go to the end of the page/line (\fIend\fR)
1491 \fICtrl\-"F"\fR
1492 .RS 4
1493 Move downwards by a page (\fIpage\-down\fR)
1496 \fICtrl\-"L"\fR
1497 .RS 4
1498 Redraw the terminal (\fIredraw\fR)
1501 \fICtrl\-"N"\fR
1502 .RS 4
1503 Move cursor downwards (\fIdown\fR)
1506 \fICtrl\-"P"\fR
1507 .RS 4
1508 Move cursor upwards (\fIup\fR)
1511 \fIAlt\-"V"\fR
1512 .RS 4
1513 Move upwards by a page (\fIpage\-up\fR)
1516 \fICtrl\-"V"\fR
1517 .RS 4
1518 Move downwards by a page (\fIpage\-down\fR)
1521 \fI"["\fR
1522 .RS 4
1523 Expand item (\fIexpand\fR)
1526 \fI"]"\fR
1527 .RS 4
1528 Collapse item (\fIunexpand\fR)
1531 \fI"_"\fR
1532 .RS 4
1533 Collapse item (\fIunexpand\fR)
1536 \fIDelete\fR
1537 .RS 4
1538 Delete character under cursor (\fIdelete\fR)
1541 \fIDown\fR
1542 .RS 4
1543 Move cursor downwards (\fIdown\fR)
1546 \fIEnd\fR
1547 .RS 4
1548 Go to the end of the page/line (\fIend\fR)
1551 \fIEnter\fR
1552 .RS 4
1553 Follow the current link (\fIenter\fR)
1556 \fIEscape\fR
1557 .RS 4
1558 Cancel current state (\fIcancel\fR)
1561 \fIHome\fR
1562 .RS 4
1563 Go to the start of the page/line (\fIhome\fR)
1566 \fIInsert\fR
1567 .RS 4
1568 Mark item (\fImark\-item\fR)
1571 \fILeft\fR
1572 .RS 4
1573 Move the cursor left (\fIleft\fR)
1576 \fIPageDown\fR
1577 .RS 4
1578 Move downwards by a page (\fIpage\-down\fR)
1581 \fIPageUp\fR
1582 .RS 4
1583 Move upwards by a page (\fIpage\-up\fR)
1586 \fIRight\fR
1587 .RS 4
1588 Move the cursor right (\fIright\fR)
1591 \fITab\fR
1592 .RS 4
1593 Move to the next item (\fInext\-item\fR)
1596 \fIAlt\-Tab\fR
1597 .RS 4
1598 Move to the previous item (\fIprevious\-item\fR)
1601 \fIShift\-Tab\fR
1602 .RS 4
1603 Move to the previous item (\fIprevious\-item\fR)
1606 \fIUp\fR
1607 .RS 4
1608 Move cursor upwards (\fIup\fR)
1610 .SH "AUTHOR"
1611 This manual page was finally written by Peter Wang (one and a half years after writing the binding code), using excerpts by David Mediavilla\&. You can thank Petr Baudis for the subtle requests for documentation\&. Updated by Zas\&. Moved to asciidoc format and cleaned up by Jonas Fonseca\&.
1613 .SH "SEE ALSO"
1614 \fBelinks\fR(1), \fBelinks.conf\fR(5)