https://github.com/schrej/atom-smart-backspace
Brings the smart backspace from IntelliJ or the hungry-backspace Sublime plugin to Atom
https://github.com/schrej/atom-smart-backspace
atom atom-package coffeescript intellij
Last synced: 3 months ago
JSON representation
Brings the smart backspace from IntelliJ or the hungry-backspace Sublime plugin to Atom
- Host: GitHub
- URL: https://github.com/schrej/atom-smart-backspace
- Owner: schrej
- License: mit
- Created: 2016-11-02T17:42:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-03T23:03:04.000Z (over 9 years ago)
- Last Synced: 2025-01-23T10:44:18.673Z (over 1 year ago)
- Topics: atom, atom-package, coffeescript, intellij
- Language: CoffeeScript
- Homepage: https://atom.io/packages/atom-smart-backspace
- Size: 24.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# smart-backspace [](https://travis-ci.org/schrej/atom-smart-backspace)
Brings the smart backspace from IntelliJ or the hungry-backspace Sublime plugin to Atom.
When there is only whitespace to the left of the cursor and in the next line backspace acts like the cursor is at the beginning of the line and deletes everything necessary to end up in the line above. This is hard to explain, pleas look at the gif below.
The normal backspace behavior is available with `shift-backspace`.

This is my first atom package so please expect bugs.