• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

block-travel

Quickly travel up/down between blocks of code
efatsi
9,686
75
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Block travel package

This package used to be a useful way to navigate and select through blocks.

But now, Atom has implemented this functionality into it's core. Simply add this to your keymap.cson file:

'.editor':
  'alt-up': 'editor:move-to-beginning-of-previous-paragraph'
  'alt-down': 'editor:move-to-beginning-of-next-paragraph'
  'alt-shift-up': 'editor:select-to-beginning-of-previous-paragraph'
  'alt-shift-down': 'editor:select-to-beginning-of-next-paragraph'

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