Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/vim-8.2.3635/runtime/doc/
H A Dvisual.txt7 Visual mode *Visual* *Visual-mode* *visual-mode*
21 8. Select mode |Select-mode|
175 <Esc> In Visual mode: Stop Visual mode.
178 CTRL-C In Visual mode: Stop Visual mode. When insert mode is
304 mode.
464 8. Select mode *Select* *Select-mode*
466 Select mode looks like Visual mode, but the commands accepted are quite
498 Mappings and menus in Select mode. *Select-mode-mapping*
527 but starts Select mode instead of Visual mode.
532 but starts Select mode instead of Visual mode.
[all …]
H A Dintro.txt14 6. Switching from mode to mode |mode-switching|
541 *Normal* *Normal-mode* *command-mode*
556 and starts Insert mode. See |Select-mode|.
565 Command-line mode In Command-line mode (also called Cmdline mode) you
587 Replace mode Replace mode is a special case of Insert mode. You
594 Virtual Replace mode Virtual Replace mode is similar to Replace mode, but
617 Insert Select mode Entered when starting Select mode from Insert mode.
624 6. Switching from mode to mode *mode-switching*
653 *3 Go from Command-line mode to Normal mode by:
689 *Q* *mode-Ex* *Ex-mode* *Ex* *EX* *E501*
[all …]
H A Dindex.txt13 1. Insert mode |insert-index|
14 2. Normal mode |normal-index|
71 mode
99 |i_CTRL-X| CTRL-X {mode} enter CTRL-X sub mode, see |i_CTRL-X_index|
762 mode
901 Most commands in Visual mode are the same as in Normal mode. The ones listed
910 |v_CTRL-G| CTRL-G toggle between Visual mode and Select mode
916 mode
948 mode
1007 Visual mode
[all …]
H A Dos_dos.txt93 key key code Normal/Visual mode Insert mode ~
130 set the current screen mode. See |:mode|.
145 :set t_mr=^V^[\|xxm start of invert mode
146 :set t_md=^V^[\|xxm start of bold mode
149 :set t_so=^V^[\|xxm start of standout mode
152 :set t_us=^V^[\|xxm start of underline mode
155 :set t_ZH=^V^[\|xxm start of italics mode
193 t_me 0 normal mode (revert to default)
199 t_czr 0 italic mode end (revert to default)
228 writing in Dos mode (":se ff=dos").
[all …]
H A Dusr_04.txt10 Visual mode and text objects.
15 |04.4| Visual mode
20 |04.9| Replace mode
92 <Esc> back to Normal mode
141 to get back out of insert mode.
196 *04.4* Visual mode
268 Note that "o" and "O" in Visual mode work very differently from Normal mode,
372 mode. In Visual mode the selected text is replaced with the pasted text.
449 *04.9* Replace mode
451 The "R" command causes Vim to enter replace mode. In this mode, each
[all …]
H A Dusr_42.txt147 :nmenu Normal mode
148 :vmenu Visual mode
151 :imenu Insert mode
152 :cmenu Command-line mode
153 :tlmenu Terminal mode
163 give are to be executed in Normal mode. When Vim is in Visual or Insert mode
171 Normal mode: *
172 Visual mode: CTRL-C *
174 Insert mode: CTRL-O *
178 In Visual and Operator-pending mode CTRL-C will stop the mode. The CTRL-O in
[all …]
H A Dversion4.txt28 CTRL-B in Insert mode removed |toggle-revins|
229 t_ks t_ks put terminal in keypad transmit mode
230 t_ms t_ms save to move cursor in highlight mode
231 t_se t_se normal mode (undo t_so)
232 t_so t_so shift out (standout) mode
234 t_tb t_md bold mode *t_tb*
237 t_te t_te out of termcap mode
238 t_ts t_ti into termcap mode *t_ts_old*
324 value for 'highlight', instead of reverse mode.
341 In Visual mode, "v", "V", and "CTRL-V" used to end Visual mode. Now this
[all …]
H A Dterm.txt82 *raw-terminal-mode*
100 terminal when entering "raw" mode and 't_BD' when leaving "raw" mode. The
707 :mod[e] [mode]
773 n Normal mode
774 v Visual mode
775 i Insert mode
776 c Command-line mode
789 Will make the mouse work in Normal mode and Visual mode. >
976 In Insert mode, when a selection is started, Vim goes into Normal mode
977 temporarily. When Visual or Select mode ends, it returns to Insert mode.
[all …]
H A Dusr_40.txt34 inserted and <Esc> takes you out of insert mode.
61 the same key differently for each mode.
63 mode. If you want it to continue in Insert mode, append an "a" to the
107 This is "n" for Normal mode, "i" for Insert mode, etc. A blank is used for a
125 <F3> was pressed. In Insert mode <F2> stops Insert mode with <Esc> and then
134 that you can still go to Ex mode: >
140 you don't get to Ex mode at all.
146 it. There is a similar command for every mode:
193 mode, but not in Visual mode. First define it for all three modes, then
194 delete it for Visual mode: >
[all …]
H A Dusr_09.txt16 |09.4| Select mode
151 Left mouse drag select text in Visual mode
160 Left mouse drag select text in Select mode (see |09.4|)
170 'mouse' in which mode the mouse is used by Vim
174 'selectmode' whether the mouse starts Visual or Select mode
199 Visual mode works just as well.
221 - Select two words in Visual mode.
223 - Select one other word in Visual mode.
261 *09.4* Select mode
264 But both can do it. You already know about Visual mode. Select mode is like
[all …]
H A Dusr_02.txt73 called Normal mode and Insert mode. In Normal mode the characters you type
85 you press the <Esc> key to stop Insert mode and go back to Normal mode. You
99 To be able to see what mode you are in, type this command: >
108 of the window. This indicates you are in Insert mode.
125 switches modes. To get back to Normal mode, no matter what mode you are in,
127 at you, you already are in Normal mode.
166 mode. The |vimtutor| is also a nice way to learn by doing.
200 insert mode (the final <Esc>). The result:
469 for the normal-mode CTRL-H command: >
495 in Insert mode, for instance, use this command: >
[all …]
H A Dusr_26.txt12 |26.1| Repeating with Visual mode
22 *26.1* Repeating with Visual mode
24 Visual mode is very handy for making a change in any sequence of lines. You
38 First change "2001" to "2002". Select the lines in Visual mode, and use: >
143 Normal mode commands. For batch processing, however, Normal mode commands do
144 not result in clear, commented command files; so here you will use Ex mode
148 The Ex mode commands you need are as follows: >
155 batch mode, use this shell script: >
166 Vim to operate in silent mode. In other words, do not keep outputting the
190 If you really want to use Normal mode commands in a script, you can use it
[all …]
/vim-8.2.3635/src/
H A Dmap.c114 if (mode & NORMAL) in map_mode_to_chars()
217 int mode, in map_add() argument
330 int mode, in do_map() argument
869 int mode; in get_map_mode() local
901 return mode; in get_map_mode()
915 int mode; in map_clear() local
1004 mode |= NORMAL; in mode_str2flags()
2121 int mode, in check_map() argument
2198 int mode; in get_maparg() local
2332 int mode; in f_mapset() local
[all …]
H A Dinstall-sh70 mode=0755
129 -m) mode=$2
130 case $mode in
132 echo "$0: invalid mode: $mode" >&2
224 case $mode in
235 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
242 cp_umask=$mode$u_plus_rw;;
315 mkdir_mode=-m$mode
426 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
448 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
/vim-8.2.3635/src/libvterm/src/
H A Dstate.c409 if(state->mode.insert) { in on_text()
501 if(state->mode.newline) in on_control()
600 state->saved.mode.cursor_visible = state->mode.cursor_visible; in savecursor()
601 state->saved.mode.cursor_blink = state->mode.cursor_blink; in savecursor()
602 state->saved.mode.cursor_shape = state->mode.cursor_shape; in savecursor()
721 state->mode.keypad = 1; in on_escape()
725 state->mode.keypad = 0; in on_escape()
1093 if(state->mode.origin) { in on_csi()
1305 if(state->mode.origin) in on_csi()
1322 if(state->mode.origin) { in on_csi()
[all …]
H A Dkeyboard.c9 return vt->state->mode.modify_other_keys; in vterm_is_modify_other_keys()
17 if (vt->state->mode.modify_other_keys && mod != 0) { in vterm_keyboard_unichar()
180 if(vt->state->mode.newline) in vterm_keyboard_key()
215 if(vt->state->mode.cursor) in vterm_keyboard_key()
221 if(vt->state->mode.keypad) { in vterm_keyboard_key()
232 if(vt->state->mode.bracketpaste) in vterm_keyboard_start_paste()
238 if(vt->state->mode.bracketpaste) in vterm_keyboard_end_paste()
/vim-8.2.3635/src/testdir/
H A Dtest_selectmode.vim1 " Test for Select-mode
10 " Test for select mode
37 " start select mode again with gv
48 " Test for characterwise select mode
52 " Select mode maps
86 " CTRL-O in select mode switches to visual mode for one command
97 " Test for linewise select mode
136 " Test for using visual mode maps in select mode
152 " reselect the select mode using gv from a visual mode map
196 call assert_equal('s', mode(), msg)
[all …]
H A Dtest_mapping.vim355 let g:m=mode(1)
622 " Insert mode mapping
915 " normal mode
919 " visual mode
950 " insert mode
955 " replace mode
966 " cmdline mode
971 " terminal mode
1017 if mode() !=# "v"
1199 " visual mapping in select mode restarts select mode after operator
[all …]
H A Dtest_maparg.vim25 \ 'lhsraw': 'bar', 'mode': 'v',
32 \ 'lhsraw': 'foo', 'mode': ' ',
39 \ 'lhsraw': 'baz', 'mode': 't',
51 call assert_equal(['{', 'w', 'o'], [d.lhs, d.rhs, d.mode])
56 call assert_equal(['{', 'w', 'l'], [d.lhs, d.rhs, d.mode])
61 call assert_equal(['{', 'w', 'n'], [d.lhs, d.rhs, d.mode])
158 call assert_equal('n', orig.mode)
168 call assert_equal('n', d.mode)
186 call assert_equal('i', orig.mode)
208 call assert_equal('i', orig.mode)
[all …]
H A Dtest_ex_mode.vim1 " Test editing line in Ex mode (see :help Q and :help gQ).
6 " Helper function to test editing line in Q Ex mode
17 " Helper function to test editing line in gQ Ex mode
25 " Helper function to test editing line with both Q and gQ Ex mode.
30 " Test editing line in Ex mode (both Q and gQ)
91 " Pressing enter in ex mode should print the current line
102 " Test for displaying lines from an empty buffer in Ex mode
124 " Test for :g/pat/visual to run vi commands in Ex mode
135 " In Ex-mode, a backslash escapes a newline
141 " Test for :append! command in Ex mode
[all …]
H A Dtest_wordcount.vim69 " Visual map to capture wordcount() in visual mode
72 " Test 9: visual mode, complete buffer
76 " start visual mode and select the complete buffer
82 " Test 10: visual mode (empty)
85 " start visual mode and select the complete buffer
91 " Test 11: visual mode, single line
94 " start visual mode and select the complete buffer
/vim-8.2.3635/src/libvterm/
H A DMakefile61 …$(LIBTOOL) --mode=link --tag=CC $(CC) -rpath $(LIBDIR) -version-info $(VERSION_CURRENT):$(VERSION_…
64 $(LIBTOOL) --mode=compile --tag=CC $(CC) $(CFLAGS) -o $@ -c $<
75 $(LIBTOOL) --mode=link --tag=CC $(CC) $(CFLAGS) -o $@ $< -lvterm $(LDFLAGS)
78 $(LIBTOOL) --mode=compile --tag=CC $(CC) $(CFLAGS) -o $@ -c $<
81 $(LIBTOOL) --mode=link --tag=CC $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) -static
89 $(LIBTOOL) --mode=clean rm -f $(OBJECTS) $(INCFILES)
90 $(LIBTOOL) --mode=clean rm -f t/harness.lo t/harness
91 $(LIBTOOL) --mode=clean rm -f $(LIBRARY) $(BINFILES)
104 $(LIBTOOL) --mode=install install $(LIBRARY) $(DESTDIR)$(LIBDIR)/$(LIBRARY)
105 $(LIBTOOL) --mode=finish $(DESTDIR)$(LIBDIR)
[all …]
/vim-8.2.3635/src/libvterm/t/
H A D17state_mouse.test12 !Mouse in simple button report mode
59 !DECRQM on mouse button mode
89 !DECRQM on mouse drag mode
104 !DECRQM on mouse motion mode
120 !DECRQM on standard encoding mode
128 !UTF-8 extended encoding mode
136 !DECRQM on UTF-8 extended encoding mode
144 !SGR extended encoding mode
151 !DECRQM on SGR extended encoding mode
159 !rxvt extended encoding mode
[all …]
H A D15state_mode.test26 !Insert mode only happens once for UTF-8 combining
34 !Newline/Linefeed mode
44 !DEC origin mode
67 !Origin mode with DECSLRM
76 !Origin mode bounds cursor to scrolling region
83 !Origin mode without scroll region
/vim-8.2.3635/runtime/syntax/
H A Dreadline.vim51 \ mode
150 \ show-mode-in-prompt
159 \ vi-cmd-mode-string
160 \ vi-ins-mode-string
161 \ emacs-mode-string
175 \ editing-mode
244 \ overwrite-mode
294 \ vi-editing-mode
297 \ vi-movement-mode
324 \ vi-append-mode
[all …]

12345678910>>...19