Skip to content

bsaendig/multi-paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-paste

An Atom package that enhances Atoms pasting operations in combination with multiple selections. This was inspired by the Text Pastry plugin for Sublime Text.

Features

  • Paste a range of numbers into multiple selections
    • 0 to X
    • 1 to X
    • Paste custom range of the form: start_value step_value

screenshot of multi-paste

Keybindings

The commands are:

  • 'multi-paste:0-to-X'
  • 'multi-paste:1-to-X'
  • 'multi-paste:custom-range'

Add them in your keymap.cson like:

'atom-workspace':
  # Key bindings for multi-paste
  'alt-v':        'multi-paste:0-to-X'
  'ctrl-alt-v':   'multi-paste:custom-range'

There was already a Text Pastry package for Atom, but it was implemented on an old Atom version and seemed discontinued. So i started my own.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published