An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# smart-backspace [![Travis](https://img.shields.io/travis/schrej/atom-smart-backspace.svg?style=flat-square)](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`.

![demo](https://cloud.githubusercontent.com/assets/1710904/19947430/5a3493e8-a148-11e6-9f96-cbaec5c52916.gif)

This is my first atom package so please expect bugs.