• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

sequential-command

Many commands into one command
aki77
0.3.0 471
7
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

sequential-command package

Many commands into one command Build Status

A screenshot of your package

Inspired by sequential-command.el.

Keymap

No keymap by default.

edit ~/.atom/keymap.cson

'atom-text-editor':
  'ctrl-e': 'seq:end'
  'ctrl-a': 'seq:home'
  'alt-u': 'seq:upcase-backward-word'
  'alt-l': 'seq:lower-backward-word'

Settings

edit ~/.atom/config.cson

# default settings
"*":
  "sequential-command":
    "commands": [
      {
        "name": "seq:end",
        "commands": [
          "editor:move-to-end-of-screen-line",
          "core:move-to-bottom",
          "seq:return"
        ]
      },
      {
        "name": "seq:home",
        "commands": [
          "editor:move-to-first-character-of-line",
          "editor:move-to-beginning-of-line",
          "core:move-to-top",
          "seq:return"
        ]
      }
    ]

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by