Home
last modified time | relevance | path

Searched +refs:vi +refs:yank +refs:line (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Diwidgets.list137 "vi-beginning-of-line", vibeginningofline, 0
141 "vi-change-whole-line", vichangewholeline, 0
148 "vi-end-of-line", viendofline, ZLE_LASTCOL
170 "vi-kill-line", vikillline, ZLE_KEEPSUFFIX
172 "vi-open-line-above", viopenlineabove, 0
173 "vi-open-line-below", viopenlinebelow, 0
194 "vi-yank", viyank, ZLE_LASTCOL | ZLE_VIOPER
195 "vi-yank-eol", viyankeol, 0
196 "vi-yank-whole-line", viyankwholeline, 0
202 "yank", yank, ZLE_YANKBEFORE | ZLE_KEEPSUFFIX
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dreadline.vim211 \ end-of-line
219 \ accept-line
230 \ yank-nth-arg
231 \ yank-last-arg
246 \ kill-line
259 \ yank
260 \ yank-pop
282 \ revert-line
320 \ vi-yank-to
322 \ vi-yank-arg
[all …]
H A Dtcsh.vim49 " statement (;, |, ||, |&, && or end of line)
86 \ backward-delete-word backward-kill-line backward-word
87 \ beginning-of-line capitalize-word change-case
88 \ change-till-end-of-line clear-screen complete-word
93 \ down-history downcase-word end-of-file end-of-line
98 \ i-search-back keyboard-quit kill-line kill-region
104 \ set-mark-command spell-word spell-line stuff-char
111 \ vi-delprev vi-delmeta vi-endword vi-eword vi-char-back
112 \ vi-char-fwd vi-charto-back vi-charto-fwd vi-insert
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.vim211 \ end-of-line
219 \ accept-line
230 \ yank-nth-arg
231 \ yank-last-arg
246 \ kill-line
259 \ yank
260 \ yank-pop
282 \ revert-line
320 \ vi-yank-to
322 \ vi-yank-arg
[all …]
H A Dtcsh.vim49 " statement (;, |, ||, |&, && or end of line)
86 \ backward-delete-word backward-kill-line backward-word
87 \ beginning-of-line capitalize-word change-case
88 \ change-till-end-of-line clear-screen complete-word
93 \ down-history downcase-word end-of-file end-of-line
98 \ i-search-back keyboard-quit kill-line kill-region
104 \ set-mark-command spell-word spell-line stuff-char
111 \ vi-delprev vi-delmeta vi-endword vi-eword vi-char-back
112 \ vi-char-fwd vi-charto-back vi-charto-fwd vi-insert
116 \ vi-substitute-line vi-word-back vi-word-fwd vi-undo vi-zero
[all …]
/dports/shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0/src/
H A Dconfig.zsh33 up-line-or-beginning-search
34 down-line-or-beginning-search
35 up-line-or-history
36 down-line-or-history
37 accept-line
47 end-of-line
48 vi-forward-char
49 vi-end-of-line
50 vi-add-eol
85 yank
[all …]
/dports/shells/zsh/zsh-5.8.1/Test/
H A DX02zlevi.ztst1 # Tests of the vi mode of ZLE
46 0:yank and paste blank line
113 0:yank up line moves cursor up but not to buffer start
119 0:yank down line leaves the cursor
229 0:line based put before followed by character based yank-pop
234 0:character based put before followed by line based yank-pop
245 0:line based put after followed by character based yank-pop
250 0:character based after before followed by line based yank-pop
286 0:use of undo in vi insert mode
291 0:vi mode undo of initial and subsequent change
[all …]
/dports/shells/yash/yash-2.51/tests/
H A Dbindkey-y.tst21 accept-line
22 abort-line
114 vi-yank
115 vi-yank-to-eol
120 vi-change-line
121 vi-yank-and-change
122 vi-yank-and-change-to-eol
123 vi-yank-and-change-line
301 bindkey -a y vi-yank
302 bindkey -a Y vi-yank-to-eol
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/macros/maze/
H A Dmaze_mac63 " state direction vi commands
103 " Complaint about vi macros:
110 " character under the cursor with X and yank the line'.
111 " But when I type Q, vi tells me 'Can't yank inside global/macro' and
184 " yank the NextChar in register n
219 " N - replace this line with the string 'n'
227 " M - yank this line into the Macro register
231 " E - delete to the end of the line
239 " T - replace this line with the string 's'
255 " H - yank this line into the second Macro register
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/vi-mode/
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
52 function zle-line-init() {
60 zle -N zle-line-init
62 function zle-line-finish() {
67 zle -N zle-line-finish
73 zle -N edit-command-line
91 bindkey '^e' end-of-line
102 wrapped_name="_zsh-vi-${verb}-${widget}"
[all …]
/dports/shells/fish/fish-3.3.1/share/functions/
H A Dfish_vi_key_bindings.fish1 function fish_vi_key_bindings --description 'vi-like key bindings for fish'
35 # These are only the special vi-style keys
48 # Do this first so vi-bindings win over default.
209 bind -s --preset yy kill-whole-line yank
210 bind -s --preset Y kill-whole-line yank
211 bind -s --preset y\$ kill-line yank
212 bind -s --preset y\^ backward-kill-line yank
213 bind -s --preset y0 backward-kill-line yank
242 # in emacs yank means paste
247 bind -s --preset P yank
[all …]
/dports/shells/yash/yash-2.51/
H A DNEWS.ja326 = "read" 組込みで行編集を有効にするには -e (--line-editing)
593 vi-change-all -> vi-change-line
594 vi-yank-and-change-all -> vi-yank-all-change-line
595 vi-append-end -> vi-append-to-eol
609 = 行編集: 履歴検索中の accept-line コマンドは、検索結果が見つから
653 * 行編集の vi-replace-char コマンドが壊れていた
672 * 行編集の vi-replace-char コマンドが不正メモリアクセスを
749 * vi 風行編集で、30 回目の yank の後誤ったテキストが put されていた
750 * vi 風行編集で、カーソルが行頭にあると "s" コマンドが使えなかった
766 * vi 風行編集の v コマンドで不正メモリアクセスしていたのを修正
[all …]
/dports/print/a2ps/a2ps-4.13/sheets/
H A Dtcsh.ssh31 "C shell with file name completion and command line editing."
47 backward-kill-line, backward-word, beginning-of-line, capitalize-word,
48 change-case, change-till-end-of-line, clear-screen, complete-word,
53 end-of-file, end-of-line, exchange-point-and-mark, expand-glob,
54 expand-history, expand-line, expand-variables, forward-char,
57 keyboard-quit, kill-line, kill-region, kill-whole-line, list-choices,
62 spell-line, stuff-char, toggle-literal-history, transpose-chars,
68 vi-delprev, vi-delmeta, vi-endword, vi-eword, vi-char-back,
69 vi-char-fwd, vi-charto-back, vi-charto-fwd, vi-insert,
73 vi-substitute-line, vi-word-back, vi-word-fwd, vi-undo, vi-zero,
[all …]
/dports/editors/tamago/tamago-4.0.6.0.20041122.19.14/
H A DTODO27 Kill, yank, delete with kill-ring in INPUT-BUFFER.
35 its-kill-line
43 overwrite-mode, fill, vi emulator
63 Consistency with other commands (delete, yank...)
/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".
167 " Work around vi multiple yank/put in a single macro limitation
181 " character on the bottom line (the bottom line must be empty when starting).
[all …]
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/doc/
H A Drluserman.info211 `yank'.)
219 that when you yank it back, you get it all. The kill ring is not line
243 Here is how to "yank" the text back into the line. Yanking means to
364 key binding to use `vi' line editing commands:
789 "\M-.": yank-last-arg
906 `yank-nth-arg (M-C-y)'
916 `yank-nth-arg'. Successive calls to `yank-last-arg' move back
1041 `yank (C-y)'
1044 `yank-pop (M-y)'
1046 if the prior command is `yank' or `yank-pop'.
[all …]
H A Dreadline.030 are similar to those of emacs. A vi-style line editing
791 "C-Y" yank
807 "M-C-Y" yank-nth-arg
815 "M-." yank-last-arg
840 "M-Y" yank-pop
844 "M-_" yank-last-arg
872 "C-Y" yank
897 "C-Y" yank
931 "Y" vi-yank-to
934 "_" vi-yank-arg
[all …]
/dports/databases/gqlplus/gqlplus-1.16/readline/doc/
H A Drluserman.info211 `yank'.)
219 that when you yank it back, you get it all. The kill ring is not line
243 Here is how to "yank" the text back into the line. Yanking means to
364 key binding to use `vi' line editing commands:
789 "\M-.": yank-last-arg
906 `yank-nth-arg (M-C-y)'
916 `yank-nth-arg'. Successive calls to `yank-last-arg' move back
1041 `yank (C-y)'
1044 `yank-pop (M-y)'
1046 if the prior command is `yank' or `yank-pop'.
[all …]
H A Dreadline.030 are similar to those of emacs. A vi-style line editing
791 "C-Y" yank
807 "M-C-Y" yank-nth-arg
815 "M-." yank-last-arg
840 "M-Y" yank-pop
844 "M-_" yank-last-arg
872 "C-Y" yank
897 "C-Y" yank
931 "Y" vi-yank-to
934 "_" vi-yank-arg
[all …]
/dports/shells/zsh/zsh-5.8.1/Doc/Zsh/
H A Dzle.yo831 which the next yank would insert in the line. Later entries in
1014 yank command.
2005 tindex(yank)
2013 tt(yank), tt(vi-put-before), tt(vi-put-after) or tt(yank-pop).
2015 tindex(vi-yank)
2016 item(tt(vi-yank) (unbound) (tt(y)) (unbound))(
2020 If the command is tt(vi-yank), copy the current line.
2022 tindex(vi-yank-whole-line)
2023 item(tt(vi-yank-whole-line) (unbound) (tt(Y)) (unbound))(
2026 tindex(vi-yank-eol)
[all …]
/dports/devel/readline/readline-8.1/doc/
H A Dreadline.028 emacs. A vi-style line editing interface is also available.
925 "C-Y" yank
942 "M-C-Y" yank-nth-arg
950 "M-." yank-last-arg
975 "M-Y" yank-pop
979 "M-_" yank-last-arg
1007 "C-Y" yank
1032 "C-Y" yank
1066 "Y" vi-yank-to
1069 "_" vi-yank-arg
[all …]
/dports/editors/vigor/vigor-0.016/docs/internals/
H A Dinput5 The basic rule is that input in ex/vi is a stack. Every time a key which
12 Historically, if the mode of the editor changed (ex to vi or vice versa),
25 One other difference between the historic ex/vi and nex/nvi is that nex
37 :1,$yank a
62 switches between ex and vi modes.
197 switches between ex and vi modes.
207 vi testfile
212 yank a
215 In vi, the command is loaded into 'a' and then executed. The command
278 blank line
[all …]
/dports/editors/bvi/bvi-1.4.0/
H A DCHANGES19 * .bvirc empty line bug fixed (SF bug #6)
38 * binary representation of byte in status line
39 * command line options renamed for compability with hexdump
64 line)
78 * bmore: nicer last line
91 * New Command line options:
110 * vi-syntax for y (yank), overwriting put o
113 :yank :put :overwrite
/dports/editors/vim/vim-8.2.3745/runtime/tutor/
H A Dtutor.ja.euc270 ---> This is just a line with words you can move around in.
432 ---> This line has a few words that need changing using the change operator.
456 ---> The end of this line needs some help to make it like the second.
457 ---> The end of this line needs to be corrected using the c$ command.
546 ---> This ( is a test line with ('s, ['s ] and {'s } in it. ))
756 ---> This li will allow you to pract appendi text to a line.
757 ---> This line will allow you to practice appending text to a line.
795 3. y �����פ��ƶ�Ĵɽ�����줿�ƥ����Ȥ� yank (���ԡ�)���ޤ���
807 NOTE: ñ���1�� yank ����Τ� y ���ڥ졼���Ȥ��� yw �Ȥ��뤳�Ȥ����ޤ���
842 4. y ���ڥ졼���ϥƥ����Ȥ� yank (���ԡ�)����p �Ϥ���� put (�ڡ�����)���롣
[all …]
H A Dtutor.ja.utf-8270 ---> This is just a line with words you can move around in.
432 ---> This line has a few words that need changing using the change operator.
456 ---> The end of this line needs some help to make it like the second.
457 ---> The end of this line needs to be corrected using the c$ command.
546 ---> This ( is a test line with ('s, ['s ] and {'s } in it. ))
756 ---> This li will allow you to pract appendi text to a line.
757 ---> This line will allow you to practice appending text to a line.
795 3. y をタイプして強調表示されたテキストを yank (コピー)します。
807 NOTE: 単語を1つ yank するのに y をオペレータとして yw とすることも出来ます。
842 4. y オペレータはテキストを yank (コピー)し、p はそれを put (ペースト)する。
[all …]

12345678910>>...19