Skip to content

Minor mode for Emacs to copy and paste strings sequentially

License

Notifications You must be signed in to change notification settings

knu/sequential-yank.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sequential Yank for Emacs

The sequential-yank package provides a global minor mode to copy and paste strings sequentially.

In sequential-yank-mode, every killed/copied string is stored in a global queue so they can later be yanked sequentially with the sequential-yank command.

screen cast

Support for multiple-cursors is built in.

Usage

Manual installation:

(require 'sequential-yank)

(global-set-key (kbd "M-W") #'sequential-yank-mode)
;; Default key binding
; (define-key sequential-yank-mode-map (kbd "M-Y") #'sequential-yank)

This package is available via MELPA.

(use-package sequential-yank
  :bind
  (("M-W" . sequential-yank-mode)))

See Also

  • Pastebot

    My favorite clipboard manager. This package is heavily and shamelessly inspired by its Sequential Paste feature.

Author

Copyright (c) 2023 Akinori MUSHA.

Licensed under the 2-clause BSD license. See LICENSE.txt for details.

Visit GitHub Repository for the latest information.

About

Minor mode for Emacs to copy and paste strings sequentially

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published