Lines Matching full:ed
45 .Ic ed-command
69 .Ic ed-insert
80 .Ic ed-prev-word
94 .Ic ed-delete-prev-word
107 .Bl -column -offset indent "Ctrl-Z, TSTP" "ed-search-next-history"
110 .It Ctrl-J, LF Ta Ic ed-newline
111 .It Ctrl-M, CR Ta Ic ed-newline
112 .It Ctrl-Q Ta Ic ed-tty-start-output
113 .It Ctrl-S Ta Ic ed-tty-stop-output
115 .It Ctrl-V Ta Ic ed-quoted-insert
116 .It Ctrl-W Ta Ic ed-delete-prev-word
118 .It Ctrl-\e, QUIT Ta Ic ed-tty-sigquit
124 .Ic ed-insert .
128 .Bl -column -offset indent "Ctrl-Z, TSTP" "ed-search-next-history"
129 .It Ctrl-A Ta Ic ed-move-to-beg
130 .It Ctrl-C, INT Ta Ic ed-tty-sigint
131 .It Ctrl-E Ta Ic ed-move-to-end
132 .It Ctrl-H, BS Ta Ic ed-delete-prev-char
133 .It Ctrl-J, LF Ta Ic ed-newline
134 .It Ctrl-K Ta Ic ed-kill-line
135 .It Ctrl-L, FF Ta Ic ed-clear-screen
136 .It Ctrl-M, CR Ta Ic ed-newline
137 .It Ctrl-N Ta Ic ed-next-history
138 .It Ctrl-O Ta Ic ed-tty-flush-output
139 .It Ctrl-P Ta Ic ed-prev-history
140 .It Ctrl-Q Ta Ic ed-tty-start-output
141 .It Ctrl-R Ta Ic ed-redisplay
142 .It Ctrl-S Ta Ic ed-tty-stop-output
144 .It Ctrl-W Ta Ic ed-delete-prev-word
146 .It Ctrl-\e, QUIT Ta Ic ed-tty-sigquit
147 .It Space Ta Ic ed-next-char
149 .It $ Ta Ic ed-move-to-end
151 .It + Ta Ic ed-next-history
153 .It - Ta Ic ed-prev-history
157 .It 1 to 9 Ta Ic ed-argument-digit
158 .It \&: Ta Ic ed-command
165 .It D Ta Ic ed-kill-line
170 .It J Ta Ic ed-search-next-history
171 .It K Ta Ic ed-search-prev-history
173 .It O Ta Ic ed-sequence-lead-in
180 .It X Ta Ic ed-delete-prev-char
182 .It \&[ Ta Ic ed-sequence-lead-in
183 .It ^ Ta Ic ed-move-to-beg
191 .It h Ta Ic ed-prev-char
193 .It j Ta Ic ed-next-history
194 .It k Ta Ic ed-prev-history
195 .It l Ta Ic ed-next-char
204 .It x Ta Ic ed-delete-next-char
208 .It Ctrl-?, DEL Ta Ic ed-delete-prev-char
209 .It Meta-O Ta Ic ed-sequence-lead-in
210 .It Meta-[ Ta Ic ed-sequence-lead-in
215 .Bl -column -offset indent "Ctrl-Z, TSTP" "ed-search-next-history"
216 .It 0 to 9 Ta Ic ed-digit
218 .It Ctrl-A Ta Ic ed-move-to-beg
219 .It Ctrl-B Ta Ic ed-prev-char
220 .It Ctrl-C, INT Ta Ic ed-tty-sigint
222 .It Ctrl-E Ta Ic ed-move-to-end
223 .It Ctrl-F Ta Ic ed-next-char
225 .It Ctrl-J, LF Ta Ic ed-newline
226 .It Ctrl-K Ta Ic ed-kill-line
227 .It Ctrl-L, FF Ta Ic ed-clear-screen
228 .It Ctrl-M, CR Ta Ic ed-newline
229 .It Ctrl-N Ta Ic ed-next-history
230 .It Ctrl-O Ta Ic ed-tty-flush-output
231 .It Ctrl-P Ta Ic ed-prev-history
232 .It Ctrl-Q Ta Ic ed-tty-start-output
233 .It Ctrl-R Ta Ic ed-redisplay
234 .It Ctrl-S Ta Ic ed-tty-stop-output
235 .It Ctrl-T Ta Ic ed-transpose-chars
236 .It Ctrl-U Ta Ic ed-kill-line
237 .It Ctrl-V Ta Ic ed-quoted-insert
239 .It Ctrl-X Ta Ic ed-sequence-lead-in
241 .It Ctrl-Z, TSTP Ta Ic ed-tty-sigtstp
243 .It Ctrl-\e, QUIT Ta Ic ed-tty-sigquit
244 .It Ctrl-] Ta Ic ed-tty-dsusp
246 .It Ctrl-Meta-H Ta Ic ed-delete-prev-word
247 .It Ctrl-Meta-L Ta Ic ed-clear-screen
249 .It Meta-0 to 9 Ta Ic ed-argument-digit
250 .It Meta-B Ta Ic ed-prev-word
255 .It Meta-N Ta Ic ed-search-next-history
256 .It Meta-O Ta Ic ed-sequence-lead-in
257 .It Meta-P Ta Ic ed-search-prev-history
260 .It Meta-X Ta Ic ed-command
261 .It Meta-[ Ta Ic ed-sequence-lead-in
262 .It Meta-b Ta Ic ed-prev-word
267 .It Meta-n Ta Ic ed-search-next-history
268 .It Meta-p Ta Ic ed-search-prev-history
271 .It Meta-x Ta Ic ed-command
272 .It Ctrl-Meta-? Ta Ic ed-delete-prev-word
278 .Ic ed-insert .
298 .Ic ed-argument-digit ,
299 .Ic ed-digit ,
319 .It Ic ed-argument-digit Pq vi command: 1 to 9; emacs: Meta-0 to Meta-9
326 .It Ic ed-clear-screen Pq vi command: Ctrl-L; emacs: Ctrl-L, Ctrl-Meta-L
329 .It Ic ed-command Pq vi command: So \&: Sc ; emacs: Meta-X, Meta-x
336 .It Ic ed-delete-next-char Pq vi command: x
343 .It Ic ed-delete-prev-char Pq vi command: X, Ctrl-H, BS, Ctrl-?, DEL
347 .It Ic ed-delete-prev-word Pq vi: Ctrl-W; emacs: Ctrl-Meta-H, Ctrl-Meta-?
353 .It Ic ed-digit Pq emacs: 0 to 9
357 .Ic ed-insert .
360 .It Ic ed-end-of-file Pq not bound by default
363 .It Ic ed-ignore Pq various
365 .It Ic ed-insert Pq vi input: almost all; emacs: printable characters
373 .It Ic ed-kill-line Pq vi command: D, Ctrl-K; emacs: Ctrl-K, Ctrl-U
377 .It Ic ed-move-to-beg Pq vi command: ^, Ctrl-A; emacs: Ctrl-A
387 .It Ic ed-move-to-end Pq vi command: $, Ctrl-E; emacs: Ctrl-E
395 .It Ic ed-newline Pq all modes: Ctrl-J, LF, Ctrl-M, CR
399 .It Ic ed-next-char Pq vi command: Space, l; emacs: Ctrl-F
409 .It Ic ed-next-history Pq vi command: j, +, Ctrl-N; emacs: Ctrl-N
414 .It Ic ed-next-line Pq not bound by default
419 .It Ic ed-prev-char Pq vi command: h; emacs: Ctrl-B
429 .It Ic ed-prev-history Pq vi command: k, -, Ctrl-P; emacs: Ctrl-P
434 .It Ic ed-prev-line Pq not bound by default
439 .It Ic ed-prev-word Pq emacs: Meta-B, Meta-b
449 .It Ic ed-quoted-insert Pq vi insert, emacs: Ctrl-V
452 .Ic ed-insert
456 .Ic ed-end-of-file
458 .It Ic ed-redisplay Pq vi command, emacs: Ctrl-R
461 .It Ic ed-search-next-history Pq vi command: J; emacs: Meta-N, Meta-n
463 .It Ic ed-search-prev-history Pq vi command: K; emacs: Meta-P, Meta-p
465 .It Ic ed-sequence-lead-in Pq vi cmd: O, \&[; emacs: Ctrl-X;\
471 .It Ic ed-start-over Pq not bound by default
474 .It Ic ed-transpose-chars Pq emacs: Ctrl-T
481 .It Ic ed-unassigned Pq all characters not listed
685 .Ic ed-end-of-file
725 .Ic ed-end-of-file
764 .Ic ed-insert
770 .Ic ed-insert
802 .Ic ed-end-of-file
817 .Ic ed-end-of-file
844 .Ic ed-sequence-lead-in ,
864 .It Esc \&[ A, Esc O A Ta Ic ed-prev-history
865 .It Esc \&[ B, Esc O B Ta Ic ed-next-history
866 .It Esc \&[ C, Esc O C Ta Ic ed-next-char
867 .It Esc \&[ D, Esc O D Ta Ic ed-prev-char
868 .It Esc \&[ F, Esc O F Ta Ic ed-move-to-end
869 .It Esc \&[ H, Esc O H Ta Ic ed-move-to-beg