Lines Matching full:ctrl

61 .Sq Ctrl-
83 by pressing and releasing the escape key (or equivalently, Ctrl-[),
90 the Ctrl-Meta-characters are directly accessible.
92 .Sq Ctrl-Meta-H
96 .Sq Ctrl ,
103 .Sq Ctrl-H .
107 .Bl -column -offset indent "Ctrl-Z, TSTP" "ed-search-next-history"
108 .It Ctrl-D, EOF Ta Ic vi-list-or-eof
109 .It Ctrl-H, BS Ta Ic vi-delete-prev-char
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
114 .It Ctrl-U Ta Ic vi-kill-line-prev
115 .It Ctrl-V Ta Ic ed-quoted-insert
116 .It Ctrl-W Ta Ic ed-delete-prev-word
117 .It Ctrl-[, ESC Ta Ic vi-command-mode
118 .It Ctrl-\e, QUIT Ta Ic ed-tty-sigquit
119 .It Ctrl-?, DEL Ta Ic vi-delete-prev-char
122 All other input characters except the NUL character (Ctrl-@) are
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
143 .It Ctrl-U Ta Ic vi-kill-line-prev
144 .It Ctrl-W Ta Ic ed-delete-prev-word
145 .It Ctrl-[, ESC Ta Ic em-meta-next
146 .It Ctrl-\e, QUIT Ta Ic ed-tty-sigquit
208 .It Ctrl-?, DEL Ta Ic ed-delete-prev-char
215 .Bl -column -offset indent "Ctrl-Z, TSTP" "ed-search-next-history"
217 .It Ctrl-@, NUL Ta Ic em-set-mark
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
221 .It Ctrl-D, EOF Ta Ic em-delete-or-list
222 .It Ctrl-E Ta Ic ed-move-to-end
223 .It Ctrl-F Ta Ic ed-next-char
224 .It Ctrl-H, BS Ta Ic em-delete-prev-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
238 .It Ctrl-W Ta Ic em-kill-region
239 .It Ctrl-X Ta Ic ed-sequence-lead-in
240 .It Ctrl-Y Ta Ic em-yank
241 .It Ctrl-Z, TSTP Ta Ic ed-tty-sigtstp
242 .It Ctrl-[, ESC Ta Ic em-meta-next
243 .It Ctrl-\e, QUIT Ta Ic ed-tty-sigquit
244 .It Ctrl-] Ta Ic ed-tty-dsusp
245 .It Ctrl-?, DEL Ta Ic em-delete-prev-char
246 .It Ctrl-Meta-H Ta Ic ed-delete-prev-word
247 .It Ctrl-Meta-L Ta Ic ed-clear-screen
248 .It Ctrl-Meta-_ Ta Ic em-copy-prev-word
272 .It Ctrl-Meta-? Ta Ic ed-delete-prev-word
326 .It Ic ed-clear-screen Pq vi command: Ctrl-L; emacs: Ctrl-L, Ctrl-Meta-L
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-?
371 It is an error if the input character is the NUL character (Ctrl-@).
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
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
449 .It Ic ed-quoted-insert Pq vi insert, emacs: Ctrl-V
458 .It Ic ed-redisplay Pq vi command, emacs: Ctrl-R
465 .It Ic ed-sequence-lead-in Pq vi cmd: O, \&[; emacs: Ctrl-X;\
474 .It Ic ed-transpose-chars Pq emacs: Ctrl-T
491 .It Ic em-copy-prev-word Pq emacs: Ctrl-Meta-_
503 .It Ic em-delete-or-list Pq emacs: Ctrl-D, EOF
509 .It Ic em-delete-prev-char Pq emacs: Ctrl-H, BS, Ctrl-?, DEL
525 .It Ic em-kill-region Pq emacs: Ctrl-W
532 .It Ic em-meta-next Pq vi command, emacs: Ctrl-[, ESC
547 .It Ic em-set-mark Pq emacs: Ctrl-Q, NUL
559 .It Ic em-yank Pq emacs: Ctrl-Y
598 .It Ic vi-command-mode Pq vi insert: Ctrl-[, ESC
612 .It Ic vi-delete-prev-char Pq vi insert: Ctrl-H, BS, Ctrl-?, DEL
645 .It Ic vi-kill-line-prev Pq vi: Ctrl-U
648 .It Ic vi-list-or-eof Pq vi insert: Ctrl-D, EOF
884 .Dq Ctrl-X Ctrl-X