Skip to content

Commit e7bcb06

Browse files
leon-vvjeremiedimino
authored andcommitted
Move the information about sections to the top (#41)
1 parent 8868622 commit e7bcb06

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

man/lambda-term-inputrc.5

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,16 @@ the command
3636
.BR lambda-term-actions (1)
3737
in a terminal.
3838

39+
The file is divided in two section, the
40+
.B [edit]
41+
section and the
42+
.B [read-line]
43+
section. The first one is for key bindings that apply everyhere and
44+
the second for key bindings that apply only in read-line.
45+
3946
Here is an example of bindings:
4047

48+
[read-line]
4149
C-w: kill-prev-word
4250
M-!: play-macro
4351

@@ -78,13 +86,6 @@ where
7886
.I <code>
7987
is the code of the character in hexadecimal.
8088

81-
The file is divided in two section, the
82-
.B [edit]
83-
section and the
84-
.B [read-line]
85-
section. The first one is for key bindings that apply everyhere and
86-
the second for key bindings that apply only in read-line.
87-
8889
.SH FILES
8990
.I ~/.lambda-term-inputrc
9091

0 commit comments

Comments
 (0)