File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,16 @@ the command
36
36
.BR lambda-term-actions (1)
37
37
in a terminal.
38
38
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
+
39
46
Here is an example of bindings:
40
47
48
+ [read-line]
41
49
C-w: kill-prev-word
42
50
M-!: play-macro
43
51
78
86
.I <code>
79
87
is the code of the character in hexadecimal.
80
88
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
-
88
89
.SH FILES
89
90
.I ~/.lambda-term-inputrc
90
91
You can’t perform that action at this time.
0 commit comments