Home
last modified time | relevance | path

Searched +refs:vi +refs:insert +refs:before (Results 1 – 25 of 4539) sorted by relevance

12345678910>>...182

/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/vi-mode/
H A DREADME.md1 # vi-mode plugin
3 This plugin increase `vi-like` zsh functionality.
5 To use it, add `vi-mode` to the plugins array in your zshrc file:
8 plugins=(... vi-mode)
54 NOTE: some of these key bindings are set by zsh by default when using a vi-mode keymap.
89 - `i` : Insert text before the cursor
90 - `I` : Insert text before the first character in the line
103 - `c{motion}` : Delete {motion} text and start insert
104 - `cc` : Delete line and start insert
105 - `C` : Delete to the end of the line and start insert
[all …]
H A Dvi-mode.plugin.zsh25 main) _shape=6 ;; # vi insert: line
26 viins) _shape=6 ;; # vi insert: line
29 vicmd) _shape=2 ;; # vi cmd: block
30 visual) _shape=2 ;; # vi visual mode: block
31 viopp) _shape=0 ;; # vi operation pending: blinking block
102 wrapped_name="_zsh-vi-${verb}-${widget}"
122 wrap_clipboard_widgets copy vi-yank vi-yank-eol vi-backward-kill-word vi-change-whole-line vi-delete
123 wrap_clipboard_widgets paste vi-put-{before,after}
/dports/math/qhull8/qhull-8.0.2/src/libqhullcpp/
H A DCoordinates.h113 void insert(countT before, const coordT &c) { insert(begin()+before, c); } in insert() argument
114 …iterator insert(iterator before, const coordT &c) { return iterator(coordinate_array.in… in insert() argument
115 void move(countT from, countT to) { insert(to, takeAt(from)); } in move()
122 void prepend(const coordT &c) { insert(begin(), c); } in prepend()
124 void push_front(const coordT &c) { insert(begin(), c); } in push_front()
161 explicit iterator(const std::vector<coordT>::iterator &vi) : i() { i= vi; } in iterator() argument
209 … explicit const_iterator(const std::vector<coordT>::const_iterator &vi) : i() { i= vi; } in const_iterator() argument
/dports/shells/yash/yash-2.51/tests/
H A Dbindkey-y.tst84 put-before
108 vi-insert-beginning
207 testcase "$LINENO" 'printing default vi-insert bindings: output' \
212 test_x -e 0 'printing default vi-insert bindings: exit status'
216 test_OE -e 0 'binding key (vi-insert)'
220 test_oE -e 0 'printing bound key (vi-insert)'
227 test_OE -e 0 'unbinding key (vi-insert)'
231 test_Oe -e 1 'printing unbound key (vi-insert)'
289 bindkey -a P put-before
296 bindkey -a I vi-insert-beginning
[all …]
/dports/editors/vigor/vigor-0.016/docs/
H A Dhelp9 i - insert before the cursor. command mode.
79 I insert before first nonblank
84 O insert above line
85 P insert before cursor from buffer
107 i insert before cursor
156 insert: insert input before a line
173 quit: exit ex/vi
197 visual: enter visual (vi) mode from ex mode
198 [Vv]isual: edit another file (from vi mode only)
199 viusage: display vi key usage statement
[all …]
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Diwidgets.list77 "insert-last-word", insertlastword, ZLE_MENUCMP | ZLE_KEEPSUFFIX
90 "pound-insert", poundinsert, 0
95 "quoted-insert", quotedinsert, ZLE_MENUCMP | ZLE_KEEPSUFFIX
111 "self-insert", selfinsert, ZLE_MENUCMP | ZLE_KEEPSUFFIX
112 "self-insert-unmeta", selfinsertunmeta, ZLE_MENUCMP | ZLE_KEEPSUFFIX
166 "vi-insert", viinsert, 0
167 "vi-insert-bol", viinsertbol, 0
168 "vi-join", vijoin, 0
175 "vi-pound-insert", vipoundinsert, 0
177 "vi-put-before", viputbefore, ZLE_YANKBEFORE | ZLE_KEEPSUFFIX
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhullcpp/
H A DCoordinates.h115 void insert(int before, const coordT &c) { insert(begin()+before, c); } in insert() argument
116 …iterator insert(iterator before, const coordT &c) { return iterator(coordinate_array.in… in insert() argument
117 void move(int from, int to) { insert(to, takeAt(from)); } in move()
124 void prepend(const coordT &c) { insert(begin(), c); } in prepend()
126 void push_front(const coordT &c) { insert(begin(), c); } in push_front()
162 explicit iterator(const std::vector<coordT>::iterator &vi) { i= vi; } in iterator() argument
210 explicit const_iterator(const std::vector<coordT>::const_iterator &vi) { i= vi; } in const_iterator() argument
296 inline void insert(const coordT &t) { n = i = c->insert(i, t); ++i; } in insert() function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhullcpp/
H A DCoordinates.h111 void insert(countT before, const coordT &c) { insert(begin()+before, c); } in insert() argument
112 …iterator insert(iterator before, const coordT &c) { return iterator(coordinate_array.in… in insert() argument
113 void move(countT from, countT to) { insert(to, takeAt(from)); } in move()
120 void prepend(const coordT &c) { insert(begin(), c); } in prepend()
122 void push_front(const coordT &c) { insert(begin(), c); } in push_front()
159 explicit iterator(const std::vector<coordT>::iterator &vi) { i= vi; } in iterator() argument
207 explicit const_iterator(const std::vector<coordT>::const_iterator &vi) { i= vi; } in const_iterator() argument
283 void insert(const coordT &t) { n= i= c->insert(i, t); ++i; } in insert() function
/dports/math/qhull/qhull-7.3.2/src/libqhullcpp/
H A DCoordinates.h111 void insert(countT before, const coordT &c) { insert(begin()+before, c); } in insert() argument
112 …iterator insert(iterator before, const coordT &c) { return iterator(coordinate_array.in… in insert() argument
113 void move(countT from, countT to) { insert(to, takeAt(from)); } in move()
120 void prepend(const coordT &c) { insert(begin(), c); } in prepend()
122 void push_front(const coordT &c) { insert(begin(), c); } in push_front()
159 explicit iterator(const std::vector<coordT>::iterator &vi) : i() { i= vi; } in iterator() argument
207 … explicit const_iterator(const std::vector<coordT>::const_iterator &vi) : i() { i= vi; } in const_iterator() argument
283 void insert(const coordT &t) { n= i= c->insert(i, t); ++i; } in insert() function
/dports/devel/readline/readline-8.1/doc/
H A Dreadline.0661 tab-insert (M-TAB)
918 "C-Q" quoted-insert
923 "C-V" quoted-insert
928 " " to "/" self-insert
937 "M-C-I" tab-insert
946 "M-#" insert-comment
1005 "C-V" quoted-insert
1025 "C-Q" quoted-insert
1030 "C-V" quoted-insert
1035 "#" insert-comment
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/struct/graph/tests/
H A Dwalk.test206 mygraph node insert a
207 mygraph node insert b
208 mygraph node insert c
209 mygraph arc insert a b ab
210 mygraph arc insert b c bc
211 mygraph arc insert a c ac
227 # neighbour of a and then getting visited from b before reahed
230 mygraph node insert a
231 mygraph node insert b
232 mygraph node insert c
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/struct/graph/tests/
H A Dwalk.test206 mygraph node insert a
207 mygraph node insert b
208 mygraph node insert c
209 mygraph arc insert a b ab
210 mygraph arc insert b c bc
211 mygraph arc insert a c ac
227 # neighbour of a and then getting visited from b before reahed
230 mygraph node insert a
231 mygraph node insert b
232 mygraph node insert c
[all …]
/dports/shells/zsh/zsh-5.8.1/Doc/Zsh/
H A Dzle.yo47 a number, or pressing escape before each digit, and in vi command mode
1191 vi command mode and vi insert mode
1584 tt(vi-quoted-insert).
1832 tindex(vi-insert)
1836 tindex(vi-insert-bol)
1896 tindex(vi-put-before)
1897 item(tt(vi-put-before) (unbound) (tt(P)) (unbound))(
1920 tindex(vi-quoted-insert)
2013 tt(yank), tt(vi-put-before), tt(vi-put-after) or tt(yank-pop).
2274 tt(vi-quoted-insert),
[all …]
/dports/devel/gdb/gdb-11.1/readline/readline/
H A DNEWS7 did not, treat it as a new completion attempt and insert a match as
56 d. A negative argument (-N) to `quoted-insert' means to insert the next N
57 characters using quoted-insert.
100 (new `emacs-mode-string', `vi-cmd-mode-string' and `vi-ins-mode-string'
111 f. There is a new bindable command `vi-yank-pop', a vi-mode version of emacs-
117 h. The insert-char function attempts to batch-insert all pending typeahead
186 with a filename before using it in a call to stat(2). Bash uses it to
241 before cycling through the list, instead of after.
263 to rewite or modify filenames read from the file system before they are
366 before checking them.
[all …]
H A DCHANGES67 u. Make sure that the vi-mode `C' and `c' commands enter insert mode even if
235 d. A negative argument (-N) to `quoted-insert' means to insert the next N
236 characters using quoted-insert.
321 r. Paren matching now works in vi insert mode.
404 h. The insert-char function attempts to batch-insert all pending typeahead
489 l. Paren matching now works in vi insert mode.
990 z. Fixed the vi-mode `U' command to only undo up to the first time insert mode
1029 before checking them.
1255 insert mode.
1522 value is as before.
[all …]
/dports/devel/readline/readline-8.1/
H A DNEWS7 did not, treat it as a new completion attempt and insert a match as
56 d. A negative argument (-N) to `quoted-insert' means to insert the next N
57 characters using quoted-insert.
100 (new `emacs-mode-string', `vi-cmd-mode-string' and `vi-ins-mode-string'
111 f. There is a new bindable command `vi-yank-pop', a vi-mode version of emacs-
117 h. The insert-char function attempts to batch-insert all pending typeahead
186 with a filename before using it in a call to stat(2). Bash uses it to
241 before cycling through the list, instead of after.
263 to rewite or modify filenames read from the file system before they are
366 before checking them.
[all …]
H A DCHANGES67 u. Make sure that the vi-mode `C' and `c' commands enter insert mode even if
235 d. A negative argument (-N) to `quoted-insert' means to insert the next N
236 characters using quoted-insert.
321 r. Paren matching now works in vi insert mode.
404 h. The insert-char function attempts to batch-insert all pending typeahead
489 l. Paren matching now works in vi insert mode.
990 z. Fixed the vi-mode `U' command to only undo up to the first time insert mode
1029 before checking them.
1255 insert mode.
1522 value is as before.
[all …]
/dports/shells/fish/fish-3.3.1/doc_src/
H A Dinteractive.rst243 for mode in default insert visual
309 …hout expanding an :ref:`abbreviation <abbreviations>`. For vi-mode this only applies to insert-mod…
349 …ref:`insert mode <vi-mode-insert>` is active. :kbd:`Escape` enters :ref:`command mode <vi-mode-com…
356 fish_default_key_bindings -M insert
362 fish_vi_key_bindings --no-erase insert
375 # Set the insert mode cursor to a line
398 - :kbd:`I` enters :ref:`insert mode <vi-mode-insert>` at the current cursor position.
402 - :kbd:`A` enters :ref:`insert mode <vi-mode-insert>` after the current cursor position.
404 - :kbd:`Shift`\ +\ :kbd:`A` enters :ref:`insert mode <vi-mode-insert>` at the end of the line.
420 .. _vi-mode-insert:
[all …]
/dports/shells/zsh/zsh-5.8.1/Test/
H A DX02zlevi.ztst1 # Tests of the vi mode of ZLE
67 0:replace acts like insert at newline
78 # like real vi, we just join as many as possible, in vim this beeps
200 # zsh works like vi here; in vim you get the concatenated string
266 zpty_run 'print -z before'
280 0:use of vi-repeat as the motion and repeat after a failed change
286 0:use of undo in vi insert mode
291 0:vi mode undo of initial and subsequent change
302 0:undo in insert mode, redo in command
308 0:undo and redo in insert mode, undo in command
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Dvip.texi246 in the two modes for Vi (that is vi mode and insert mode).
254 emacs mode vi mode insert mode
292 @kindex 033 ESC @r{(}@code{vip-change-mode-to-vi}@r{) (insert mode)}
462 Insert a newline and leave point before it, and then enter insert mode.
484 will be in vi mode again. You can give a count before typing @kbd{\}.
738 functions are the same in any of emacs, vi and insert mode.
779 Emacs command you will be in vi mode again. You can give a count before
781 @samp{+++++} before point.
1650 Insert a newline and leave point before it, and then enter insert mode
1659 @kindex 033 ESC @r{(}@code{vip-change-mode-to-vi}@r{) (insert mode)}
[all …]
/dports/editors/emacs/emacs-27.2/doc/misc/
H A Dvip.texi246 in the two modes for Vi (that is vi mode and insert mode).
254 emacs mode vi mode insert mode
292 @kindex 033 ESC @r{(}@code{vip-change-mode-to-vi}@r{) (insert mode)}
462 Insert a newline and leave point before it, and then enter insert mode.
484 will be in vi mode again. You can give a count before typing @kbd{\}.
738 functions are the same in any of emacs, vi and insert mode.
779 Emacs command you will be in vi mode again. You can give a count before
781 @samp{+++++} before point.
1650 Insert a newline and leave point before it, and then enter insert mode
1659 @kindex 033 ESC @r{(}@code{vip-change-mode-to-vi}@r{) (insert mode)}
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DOptimal_transportation_reconstruction_2.h693 FT before = before_cost.finalize(m_alpha); in create_pedge() local
695 pedge = Rec_edge_2(edge, before, after, after_cost.total_weight()); in create_pedge()
732 done.insert(edge); in collect_cost_stencil()
810 mindex.insert(pedge); in pick_edge_randomly()
841 mindex.insert(pedge); in push_to_mindex()
901 vertex_set.insert(s); in collect_pqueue_stencil()
905 vertex_set.insert(t); in collect_pqueue_stencil()
909 vertex_set.insert(f); in collect_pqueue_stencil()
913 vertex_set.insert(b); in collect_pqueue_stencil()
1695 edge_vertices.insert(a); in indexed_output()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshGFaceOptimize.cpp136 MVertex *vi = t->getVertex(i); in setLcsInit() local
138 vSizes[vi] = -1; in setLcsInit()
149 MVertex *vi = t->getVertex(i); in setLcs() local
151 if(vi != data.equivalent(vj) && vj != data.equivalent(vi)) { in setLcs()
152 double dx = vi->x() - vj->x(); in setLcs()
156 auto iti = vSizes.find(vi); in setLcs()
756 v1->setParameter(0, before.x()); in _isItAGoodIdeaToMoveThatVertex()
757 v1->setParameter(1, before.y()); in _isItAGoodIdeaToMoveThatVertex()
921 SPoint2 before(initu, initv); in _relocate() local
927 SVector3 d(adj.x() - before.x(), adj.y() - before.y(), 0.0); in _relocate()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A DCHANGES48 o. Fixed a bug that caused keys originally bound to self-insert but shadowed
84 z. Fixed the vi-mode `U' command to only undo up to the first time insert mode
123 before checking them.
249 before beginning a non-interactive search.
349 insert mode.
362 e. The `insert-comment' command now acts as a toggle if given a numeric
364 comment, insert one; if they do, delete the comment text
616 value is as before.
658 m. The quoted-insert code will now insert tty special chars like ^C.
910 menu completion (successive executions of menu-complete insert a single
[all …]
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/doc/
H A Dreadline.0784 "C-Q" quoted-insert
789 "C-V" quoted-insert
794 " " to "/" self-insert
803 "M-C-I" tab-insert
811 "M-#" insert-comment
870 "C-V" quoted-insert
875 " " to "~" self-insert
890 "C-Q" quoted-insert
895 "C-V" quoted-insert
900 "#" insert-comment
[all …]

12345678910>>...182