Home
last modified time | relevance | path

Searched refs:yank (Results 51 – 75 of 2226) sorted by relevance

12345678910>>...90

/dports/sysutils/yank/yank-1.2.0/
H A DMakefile8 PROG= yank
9 OBJS= yank.o
H A DCHANGELOG.md125 - Fix wrong exit code on yank command failure (Anton Lindqvist)
175 - Exit with the same exit code as the yank command on failure (Anton Lindqvist)
196 - Add `-l` option used to yank a whole line (Anton Lindqvist)
198 - Add `Ctrl-D` key binding which will exit without invoking the yank command
201 - Require presence of the `--` option used to separate options and the yank
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/end2end/features/
H A Dyankpaste.feature10 #### :yank
14 And I run :yank
21 And I run :yank --sel
27 And I run :yank
33 And I run :yank
40 And I run :yank title
52 And I run :yank domain
58 And I run :yank
70 And I run :yank
76 And I run :yank
[all …]
/dports/editors/emacs/emacs-27.2/doc/emacs/
H A Dkilling.texi293 (@code{yank-pop}). @xref{Earlier Kills}.
300 @findex yank
360 @findex yank-pop
395 last-yank pointer to the entry that it yanks.
487 and yank commands in Emacs make use of it.
508 @vindex yank-pop-change-selection
512 new yank to the clipboard.
536 @findex clipboard-yank
631 @findex mouse-yank-secondary
757 (@code{yank-rectangle}).
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/macros/maze/
H A Dmaze_mac110 " 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
180 " 0M0E@m^M - yank the command into the Macro register and execute it
181 " wX - we have now found the entry in the table, now yank the
184 " yank the NextChar in register n
188 " 2WS - we have now found the entry in the table, now yank the
207 " S - yank the next two characters into the State register
227 " M - yank this line into the Macro register
235 " X - yank this word into the Macro register
255 " H - yank this line into the second Macro register
[all …]
/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dwmark.sl12 % Yanking will replace the block with the text in the yank buffer
16 variable Wmark_Del_Region_Exec_Funs = ",self_insert_cmd,yank,yp_yank,";
131 local_setkey ("yank", "\xE08"); % S-Insert
172 local_setkey ("yank", "\e[2$"); % S-Insert
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/
H A Dautoload.jl74 (autoload-command 'shrink-window-left 'sawfish.wm.commands.shrink-yank)
75 (autoload-command 'shrink-window-right 'sawfish.wm.commands.shrink-yank)
76 (autoload-command 'shrink-window-up 'sawfish.wm.commands.shrink-yank)
77 (autoload-command 'shrink-window-down 'sawfish.wm.commands.shrink-yank)
78 (autoload-command 'yank-window-left 'sawfish.wm.commands.shrink-yank)
79 (autoload-command 'yank-window-right 'sawfish.wm.commands.shrink-yank)
80 (autoload-command 'yank-window-up 'sawfish.wm.commands.shrink-yank)
81 (autoload-command 'yank-window-down 'sawfish.wm.commands.shrink-yank)
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dreadline.vim230 \ yank-nth-arg
231 \ yank-last-arg
259 \ yank
260 \ yank-pop
320 \ vi-yank-to
322 \ vi-yank-arg
340 \ vi-yank-to
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dreadline.vim230 \ yank-nth-arg
231 \ yank-last-arg
259 \ yank
260 \ yank-pop
320 \ vi-yank-to
322 \ vi-yank-arg
340 \ vi-yank-to
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/manual/2.env/wnn/
H A Duumkey176 yank 156
343 ;yank ^Y
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/manual/2.env/wnn/
H A Duumkey176 yank 156
343 ;yank ^Y
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/manual/2.env/wnn/
H A Duumkey176 yank 156
343 ;yank ^Y
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/manual/2.env/wnn/
H A Duumkey176 yank 156
343 ;yank ^Y
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/manual/2.env/wnn/
H A Duumkey176 yank 156
343 ;yank ^Y
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/manual/2.env/wnn/
H A Duumkey176 yank 156
343 ;yank ^Y
/dports/editors/hexedit/hexedit-1.5/
H A Dinteract.c508 yank(); in key_to_function()
670 else if (streq(tmp, "2~")) yank(); in escaped_command()
683 else if (streq(tmp, "247z")) yank(); in escaped_command()
691 else if (streq(tmp, "19~" /* F8 on a rxvt */)) yank(); in escaped_command()
/dports/textproc/texi2html/texi2html-5.0/test/xemacs_manual/
H A Dkilling.texi11 and later yank it in one or more places. This is safe because all the
199 and then yank it one or more times.
203 Yank last killed text (@code{yank}).
206 (@code{yank-pop}).
216 * Appending Kills:: Several kills in a row all yank together.
306 @findex yank-pop
348 ``last yank'' pointer to the entry that it yanks.
704 @item M-x yank-rectangle
728 append to a killed rectangle). Different yank commands
739 @findex yank-rectangle
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/emulation/
H A Dcua-base.el841 (put 'cua-paste 'delete-selection 'yank)
873 (t (yank arg)))))))
898 (yank arg))
905 (eq last-command 'yank)
908 (setq last-command 'yank)
912 (setq last-command 'yank)
917 (yank (1+ cua-paste-pop-count)))))
1241 (define-key cua-global-keymap [remap yank] #'cua-paste)
1262 (define-key cua--cua-keys-keymap [(control v)] #'yank)
/dports/editors/emacs/emacs-27.2/lisp/emulation/
H A Dcua-base.el867 (put 'cua-paste 'delete-selection 'yank)
899 (t (yank arg)))))))
924 (yank arg))
931 (eq last-command 'yank)
934 (setq last-command 'yank)
938 (setq last-command 'yank)
943 (yank (1+ cua-paste-pop-count)))))
1264 (define-key cua-global-keymap [remap yank] 'cua-paste)
1284 (define-key cua--cua-keys-keymap [(control v)] 'yank)
/dports/shells/zsh/zsh-5.8.1/Src/Zle/
H A Diwidgets.list194 "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
203 "yank-pop", yankpop, ZLE_KEEPSUFFIX | ZLE_NOTCOMMAND
/dports/editors/jed/jed-0.99-19/lib/
H A Dwmark.sl12 % Yanking will replace the block with the text in the yank buffer
39 wmark_add_region_function ("yank", &del_region);
136 setkey ("yank", Key_Shift_Ins); % S-Insert
/dports/lang/elixir/elixir-1.12.3/lib/elixir/src/
H A Delixir_locals.erl6 yank/2, reattach/6, ensure_no_import_conflict/3,
29 yank(Tuple, Module) -> function
30 if_tracker(Module, fun(Tracker) -> ?tracker:yank(Tracker, Tuple) end).
/dports/lang/mit-scheme/mit-scheme-9.2/src/edwin/
H A Dkilcom.scm232 (define-command yank unknown
242 (yank (if (command-argument-multiplier-only? argument)
266 (yank argument
274 (define (yank offset before? set-current-mark!)
/dports/mail/alpine/alpine-465e23b/pico/
H A Debind.h87 {CTRL|'U', yank},
149 {CTRL|'U', yank},
/dports/editors/tamago/tamago-4.0.6.0.20041122.19.14/
H A DTODO27 Kill, yank, delete with kill-ring in INPUT-BUFFER.
63 Consistency with other commands (delete, yank...)

12345678910>>...90