Home
last modified time | relevance | path

Searched +refs:vi +refs:replace +refs:chars (Results 1 – 25 of 1882) sorted by relevance

12345678910>>...76

/dports/print/a2ps/a2ps-4.13/sheets/
H A Dtcsh.ssh55 forward-word, gosmacs-transpose-chars, history-search-backward,
62 spell-line, stuff-char, toggle-literal-history, transpose-chars,
66 vi-beginning-of-next-word, vi-add, vi-add-at-eol, vi-chg-case,
67 vi-chg-meta, vi-chg-to-eol, vi-cmd-mode, vi-cmd-mode-complete,
68 vi-delprev, vi-delmeta, vi-endword, vi-eword, vi-char-back,
69 vi-char-fwd, vi-charto-back, vi-charto-fwd, vi-insert,
70 vi-insert-at-bol, vi-repeat-char-fwd, vi-repeat-char-back,
71 vi-repeat-search-fwd, vi-repeat-search-back, vi-replace-char,
72 vi-replace-mode, vi-search-back, vi-search-fwd, vi-substitute-char,
73 vi-substitute-line, vi-word-back, vi-word-fwd, vi-undo, vi-zero,
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Diwidgets.list67 "gosmacs-transpose-chars", gosmacstransposechars, 0
94 "put-replace-selection", putreplaceselection, ZLE_KEEPSUFFIX
118 "transpose-chars", transposechars, 0
128 "vi-add-eol", viaddeol, 0
129 "vi-add-next", viaddnext, 0
142 "vi-cmd-mode", vicmdmode, 0
166 "vi-insert", viinsert, 0
168 "vi-join", vijoin, 0
182 "vi-replace", vireplace, 0
183 "vi-replace-chars", vireplacechars, 0
[all …]
/dports/math/kalker/kalker-1.1.0/cargo-crates/rustyline-7.1.0/
H A DTODO.md30 - [ ] In vi command mode, prevent user from going to end of line. (#94)
49 - [ ] Overwrite mode (em-toggle-overwrite, vi-replace-mode, rl_insert_mode)
70 - [ ] transpose chars
80 - [X] Kill+Insert (substitute/replace)
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dreadline.vim122 \ bind-tty-special-chars
204 \ vi
239 \ transpose-chars
298 \ vi-undo
299 \ vi-match
303 \ vi-redo
315 \ vi-put
316 \ vi-replace
317 \ vi-subst
333 \ vi-put
[all …]
H A Dtcsh.vim96 \ gosmacs-transpose-chars history-search-backward
105 \ toggle-literal-history transpose-chars transpose-gosling
109 \ vi-beginning-of-next-word vi-add vi-add-at-eol vi-chg-case
110 \ vi-chg-meta vi-chg-to-eol vi-cmd-mode vi-cmd-mode-complete
111 \ vi-delprev vi-delmeta vi-endword vi-eword vi-char-back
112 \ vi-char-fwd vi-charto-back vi-charto-fwd vi-insert
113 \ vi-insert-at-bol vi-repeat-char-fwd vi-repeat-char-back
114 \ vi-repeat-search-fwd vi-repeat-search-back vi-replace-char
115 \ vi-replace-mode vi-search-back vi-search-fwd vi-substitute-char
116 \ vi-substitute-line vi-word-back vi-word-fwd vi-undo vi-zero
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dreadline.vim122 \ bind-tty-special-chars
204 \ vi
239 \ transpose-chars
298 \ vi-undo
299 \ vi-match
303 \ vi-redo
315 \ vi-put
316 \ vi-replace
317 \ vi-subst
333 \ vi-put
[all …]
H A Dtcsh.vim96 \ gosmacs-transpose-chars history-search-backward
105 \ toggle-literal-history transpose-chars transpose-gosling
109 \ vi-beginning-of-next-word vi-add vi-add-at-eol vi-chg-case
110 \ vi-chg-meta vi-chg-to-eol vi-cmd-mode vi-cmd-mode-complete
111 \ vi-delprev vi-delmeta vi-endword vi-eword vi-char-back
112 \ vi-char-fwd vi-charto-back vi-charto-fwd vi-insert
113 \ vi-insert-at-bol vi-repeat-char-fwd vi-repeat-char-back
114 \ vi-repeat-search-fwd vi-repeat-search-back vi-replace-char
115 \ vi-replace-mode vi-search-back vi-search-fwd vi-substitute-char
116 \ vi-substitute-line vi-word-back vi-word-fwd vi-undo vi-zero
[all …]
/dports/shells/yash/yash-2.51/tests/
H A Dbindkey-y.tst107 vi-replace-char
109 vi-append
111 vi-replace
114 vi-yank
116 vi-delete
118 vi-change
124 vi-substitute
133 emacs-transpose-chars
295 bindkey -a r vi-replace-char
299 bindkey -a R vi-replace
[all …]
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/rustyline-9.0.0/
H A DTODO.md30 - [ ] In vi command mode, prevent user from going to end of line. (#94)
49 - [ ] Overwrite mode (em-toggle-overwrite, vi-replace-mode, rl_insert_mode)
70 - [ ] transpose chars
80 - [X] Kill+Insert (substitute/replace)
/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A DConfig.src108 bool "vi-style line editing commands"
112 Enable vi-style line editing. In shells, this mode can be
113 turned on and off with "set -o vi" and "set +o vi".
234 to be non-printable on output device. Many applets replace
237 The idea is that many valid printable Unicode chars
247 767 (0x2ff) - there are no combining chars in [0..767] range
250 4351 (0x10ff) - there are no double-wide chars in [0..4351] range,
283 bool "In bidi input, support non-ASCII neutral chars too"
291 of neutral chars will be used.
294 bool "Make it possible to enter sequences of chars which are not Unicode"
/dports/shells/zsh/zsh-5.8.1/Test/
H A DX02zlevi.ztst1 # Tests of the vi mode of ZLE
60 0:replace character when at end of buffer or newline
67 0:replace acts like insert at newline
78 # like real vi, we just join as many as possible, in vim this beeps
144 0:repeat replace chars at the end of the line consumes the replace char
200 # zsh works like vi here; in vim you get the concatenated string
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
367 0:replace characters in selections
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/macros/life/
H A Dlife.vim1 " Macros to play Conway's Game of Life in vi
27 " your computer and the vi version).
29 " Quite a lot of the messy stuff is to work around the vi error "Can't yank
30 " inside global/macro". Still doesn't work for all versions of vi.
34 " vi start vi/vim
60 " vi 3.7 xterm 2 min 30 sec
69 " vi 3.7 xterm 32 sec
82 " work around "tail recursion" problem in vi, "V" == "R".
142 " Patterns used to replace a germ with its next generation
167 " Work around vi multiple yank/put in a single macro limitation
[all …]
/dports/lang/rexx-regina/regina-rexx-3.9.3/trip/
H A Dfiles.rexx454 chars = 0
457 chars = chars + length(linein(file)) + num_eol_chars
461 chars = chars + length(linein(file)) + num_eol_chars
578 call stream file, 'c', 'open write replace'
687 call stream file, 'c', 'open write replace'
910 call stream simple, 'c', 'open write replace'
1063 * Klarer vi aa lang kroell med /dev/null? Vi skal ikke kunne lese,
1066 * Omvendt, dersom vi starter med leseaccess.
1071 * Kan vi lure den til aa flush'e to ganger: ved fork() og close()
1073 * Kan vi bruke cd() til aa faa den til aa operere paa en annen fil?
[all …]
/dports/shells/pdksh/pdksh-5.2.14/
H A DNEWS68 * vi: set -o vi-show8 now does what it was supposed to do (cat -v like).
71 * vi: if set -o vi-tabcomplete, tab works in command mode as well.
133 * vi: added vi-esccomplete option for people who want ESC-ESC completion.
145 * vi: commands can be longer that 16 chars...
212 replace the old options.h file. Use "configure --help" for information
301 * vi: globbing doesn't append * if last component of file has globbing chars.
320 * vi: @<char> macros added (@X executes vi commands in alias _X).
363 * leading non-white-space IFS chars no longer ignored (now delimit fields).
400 default; turning on vi-show8 now causes chars with 8th bit set to be
441 * v command now works in vi; anchored searches now work in vi mode (/^ptrn);
[all …]
/dports/shells/fish/fish-3.3.1/share/functions/
H A D__fish_shared_key_bindings.fish1 function __fish_shared_key_bindings -d "Bindings shared between emacs and vi mode"
2 # These are some bindings that are supposed to be shared between vi mode and default mode.
4 # This takes $argv so the vi-bindings can pass the mode they are valid in.
90 # This string replace removes it.
91 bind --preset $argv \cl 'echo -n (clear | string replace \e\[3J ""); commandline -f repaint'
113 # remove the commenting chars so the command can be further edited then executed.
123 # We only need the in-focus event currently (to redraw the vi-cursor).
149 # Exclude paste mode or there'll be an additional binding after switching between emacs and vi
/dports/lang/racket/racket-8.3/share/pkgs/srfi-lite-lib/srfi/13/
H A Dstring.rkt128 string-replace
224 ; (chars chars (cdr chars)))
1470 (cond ((= vi patlen) (- si)) ; Win.
1475 (let lp2 ((vi vi)) ; This is just KMP-STEP.
1477 (+ vi 1)
1478 (let ((vi (vector-ref rv vi)))
1479 (if (= vi -1) 0
1663 ;; string-replace s1 s2 start1 end1 [start2 end2] -> string
1667 (define (string-replace s1 s2 start1 end1 . maybe-start+end)
1668 (check-substring-spec string-replace s1 start1 end1)
[all …]
/dports/x11-toolkits/scintilla/scite/src/
H A Dr.properties19replace replicate replications require reshape resid residuals restart return rev rexp rf rgamma r…
24 word.chars.r=$(chars.alpha)$(chars.numeric)_.#
25 word.characters.$(file.patterns.r)=$(word.chars.r)
/dports/editors/scite/scite/src/
H A Dr.properties19replace replicate replications require reshape resid residuals restart return rev rexp rf rgamma r…
24 word.chars.r=$(chars.alpha)$(chars.numeric)_.#
25 word.characters.$(file.patterns.r)=$(word.chars.r)
/dports/editors/vile/vile-9.8v/
H A Dmodetbl36 "ImplyBuffer" IMPLYBUFF 0 # imply-buffer (vi-like)
75 "Mini-Hilite" MINI_HILITE 0 # highlight minibuffer when using vi-commands
94 "expand-chars" EXPAND_CHARS 0 # list of chars we can expand (%,#,:)
119 "ModeLine" MODELINE 0 OPT_MODELINE # modeline (selected :setl only) (vi-style)
120 "NewLine" NEWLINE chgd_buffer # trailing newline (vi-style)
125 "ShowMoDe" SHOWMODE chgd_status # show insert/replace/command mode
128 "TabInsert" TABINSERT 0 # okay to insert tab chars
139 "YankMotion" YANKMOTION 0 # honor vi-style motion after yanking text
259 "bchars" BCHARS 1 "chars in current buffer"
348 "replace" REPLACE 1 "replacement pattern"
[all …]
/dports/editors/xvile/vile-9.8v/
H A Dmodetbl36 "ImplyBuffer" IMPLYBUFF 0 # imply-buffer (vi-like)
75 "Mini-Hilite" MINI_HILITE 0 # highlight minibuffer when using vi-commands
94 "expand-chars" EXPAND_CHARS 0 # list of chars we can expand (%,#,:)
119 "ModeLine" MODELINE 0 OPT_MODELINE # modeline (selected :setl only) (vi-style)
120 "NewLine" NEWLINE chgd_buffer # trailing newline (vi-style)
125 "ShowMoDe" SHOWMODE chgd_status # show insert/replace/command mode
128 "TabInsert" TABINSERT 0 # okay to insert tab chars
139 "YankMotion" YANKMOTION 0 # honor vi-style motion after yanking text
259 "bchars" BCHARS 1 "chars in current buffer"
348 "replace" REPLACE 1 "replacement pattern"
[all …]
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A DTODO70 - textviewer: vi-mania: '/' searches, 'n' continues
123 - more history entries: replace e.g.
133 - color invert & underlined attribute and transparent chars, codepages ? &&
134 abstract (e.g. transparent) chars (io/*)
/dports/shells/zsh/zsh-5.8.1/Doc/Zsh/
H A Dzle.yo1101 tt(overwrite-mode) or tt(vi-replace) widgets and whether history commands
1824 tindex(gosmacs-transpose-chars)
1825 item(tt(gosmacs-transpose-chars))(
1908 tindex(put-replace-selection)
1909 item(tt(put-replace-selection) (unbound) (unbound) (unbound))(
1936 tindex(vi-replace)
1937 item(tt(vi-replace) (unbound) (tt(R)) (unbound))(
1948 tindex(vi-replace-chars)
1949 item(tt(vi-replace-chars) (unbound) (tt(r)) (unbound))(
1970 tindex(transpose-chars)
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/research/
H A Dbrotlidump.py1208 self.chars = deque([0,0], maxlen=2)
1216 return self.chars[1]&0x3f
1218 return self.chars[1]>>2
1220 p2,p1 = self.chars
1223 p2,p1 = self.chars
1228 self.chars.append(index)
1342 action = action.replace('_', ' ')
1355 action = action.replace(".U", ".upper()")
1772 for i, vi in enumerate(v):
1774 try: value = mtf.pop(vi)
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/research/
H A Dbrotlidump.py1208 self.chars = deque([0,0], maxlen=2)
1216 return self.chars[1]&0x3f
1218 return self.chars[1]>>2
1220 p2,p1 = self.chars
1223 p2,p1 = self.chars
1228 self.chars.append(index)
1342 action = action.replace('_', ' ')
1355 action = action.replace(".U", ".upper()")
1772 for i, vi in enumerate(v):
1774 try: value = mtf.pop(vi)
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/research/
H A Dbrotlidump.py1208 self.chars = deque([0,0], maxlen=2)
1216 return self.chars[1]&0x3f
1218 return self.chars[1]>>2
1220 p2,p1 = self.chars
1223 p2,p1 = self.chars
1228 self.chars.append(index)
1342 action = action.replace('_', ' ')
1355 action = action.replace(".U", ".upper()")
1772 for i, vi in enumerate(v):
1774 try: value = mtf.pop(vi)
[all …]

12345678910>>...76