Lines Matching full:vi

35 There are three editing modes: vi insert mode, vi command mode,
37 The default is vi insert mode.
65 In vi insert mode and in emacs mode, all Meta-characters considered
105 In vi input mode, input characters are bound to the following editor
108 .It Ctrl-D, EOF Ta Ic vi-list-or-eof
109 .It Ctrl-H, BS Ta Ic vi-delete-prev-char
114 .It Ctrl-U Ta Ic vi-kill-line-prev
117 .It Ctrl-[, ESC Ta Ic vi-command-mode
119 .It Ctrl-?, DEL Ta Ic vi-delete-prev-char
126 In vi command mode, input characters are bound to the following
143 .It Ctrl-U Ta Ic vi-kill-line-prev
148 .It # Ta Ic vi-comment-out
150 .It % Ta Ic vi-match
152 .It \&, Ta Ic vi-repeat-prev-char
154 .It \&. Ta Ic vi-redo
155 .It / Ta Ic vi-search-prev
156 .It 0 Ta Ic vi-zero
159 .It \&; Ta Ic vi-repeat-next-char
160 .It \&? Ta Ic vi-search-next
161 .It @ Ta Ic vi-alias
162 .It A Ta Ic vi-add-at-eol
163 .It B Ta Ic vi-prev-big-word
164 .It C Ta Ic vi-change-to-eol
166 .It E Ta Ic vi-end-big-word
167 .It F Ta Ic vi-prev-char
168 .It G Ta Ic vi-to-history-line
169 .It I Ta Ic vi-insert-at-bol
172 .It N Ta Ic vi-repeat-search-prev
174 .It P Ta Ic vi-paste-prev
175 .It R Ta Ic vi-replace-mode
176 .It S Ta Ic vi-substitute-line
177 .It T Ta Ic vi-to-prev-char
178 .It U Ta Ic vi-undo-line
179 .It W Ta Ic vi-next-big-word
181 .It Y Ta Ic vi-yank-end
184 .It _ Ta Ic vi-history-word
185 .It a Ta Ic vi-add
186 .It b Ta Ic vi-prev-word
187 .It c Ta Ic vi-change-meta
188 .It d Ta Ic vi-delete-meta
189 .It e Ta Ic vi-end-word
190 .It f Ta Ic vi-next-char
192 .It i Ta Ic vi-insert
196 .It n Ta Ic vi-repeat-search-next
197 .It p Ta Ic vi-paste-next
198 .It r Ta Ic vi-replace-char
199 .It s Ta Ic vi-substitute-char
200 .It t Ta Ic vi-to-next-char
201 .It u Ta Ic vi-undo
202 .It v Ta Ic vi-histedit
203 .It w Ta Ic vi-next-word
205 .It y Ta Ic vi-yank
206 .It \&| Ta Ic vi-to-column
207 .It ~ Ta Ic vi-change-case
302 .Ic vi-zero .
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
334 If in vi command mode, also switch back to vi insert mode.
336 .It Ic ed-delete-next-char Pq vi command: x
341 In vi mode, the last character in the edit buffer is deleted in
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-?
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
378 In vi mode, move the cursor to the first non-space character in the
387 .It Ic ed-move-to-end Pq vi command: $, Ctrl-E; emacs: Ctrl-E
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
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;\
532 .It Ic em-meta-next Pq vi command, emacs: Ctrl-[, ESC
561 .It Ic vi-add Pq vi command: a
562 Switch to vi insert mode.
565 .It Ic vi-add-at-eol Pq vi command: A
566 Switch to vi insert mode and move the cursor to the end of the edit
568 .It Ic vi-alias Pq vi command: @
584 .It Ic vi-change-case Pq vi command: ~
589 .It Ic vi-change-meta Pq vi command: c
594 In either case, switch to vi insert mode after that.
595 .It Ic vi-change-to-eol Pq vi command: C
597 and save it to the cut buffer, then switch to vi insert mode.
598 .It Ic vi-command-mode Pq vi insert: Ctrl-[, ESC
599 Discard pending actions and arguments and switch to vi command mode.
602 .It Ic vi-comment-out Pq vi command: #
607 .It Ic vi-delete-meta Pq vi command: d
612 .It Ic vi-delete-prev-char Pq vi insert: Ctrl-H, BS, Ctrl-?, DEL
616 .It Ic vi-end-big-word Pq vi command: E
625 .It Ic vi-end-word Pq vi command: e
634 .It Ic vi-history-word Pq vi command: _
637 word, and switch to vi insert mode.
640 .It Ic vi-insert Pq vi command: i
642 .It Ic vi-insert-at-bol Pq vi command: I
645 .It Ic vi-kill-line-prev Pq vi: Ctrl-U
648 .It Ic vi-list-or-eof Pq vi insert: Ctrl-D, EOF
651 .It Ic vi-match Pq vi command: %
664 .It Ic vi-next-big-word Pq vi command: W
674 .It Ic vi-next-char Pq vi command: f
689 .It Ic vi-next-word Pq vi command: w
698 .It Ic vi-paste-next Pq vi command: p
701 .It Ic vi-paste-prev Pq vi command: P
704 .It Ic vi-prev-big-word Pq vi command: B
714 .It Ic vi-prev-char Pq vi command: F
729 .It Ic vi-prev-word Pq vi command: b
738 .It Ic vi-redo Pq vi command: Sq \&.
740 .It Ic vi-repeat-next-char Pq vi command: Sq \&;
747 .It Ic vi-repeat-prev-char Pq vi command: Sq \&,
755 .It Ic vi-repeat-search-next Pq vi command: n
757 .It Ic vi-repeat-search-prev Pq vi command: N
760 .It Ic vi-replace-char Pq vi command: r
761 Switch to vi replace mode, and automatically switch back to vi
767 .It Ic vi-replace-mode Pq vi command: R
768 Switch to vi replace mode.
769 This is a variant of vi insert mode; see
772 .It Ic vi-search-next Pq vi command: \&?
774 .It Ic vi-search-prev Pq vi command: /
776 .It Ic vi-substitute-char Pq vi command: s
777 Delete the character at the cursor and switch to vi insert mode.
778 .It Ic vi-substitute-line Pq vi command: S
780 in the cut buffer, and enter vi insert mode.
781 .It Ic vi-to-column Pq vi command: \&|
788 .It Ic vi-to-history-line Pq vi command: G
790 .It Ic vi-to-next-char Pq vi command: t
806 .It Ic vi-to-prev-char Pq vi command: T
821 .It Ic vi-undo Pq vi command: u
823 .It Ic vi-undo-line Pq vi command: U
825 .It Ic vi-yank Pq vi command: y
830 .It Ic vi-yank-end Pq vi command: Y
833 .It Ic vi-zero Pq vi command: 0
861 The following command macros are defined by default in vi command
872 In vi command mode, they are also defined by default without the
903 .Ic vi-redo .
906 .Ic vi-alias .
921 .Xr vi 1 ,