Lee Dohm

Results 22 issues of Lee Dohm

### Steps to Reproduce 1. Launch Atom 2. Toggle Terminal Tab open 3. Wait for ready cursor 4. Type `exit` **Actual:** :boom: **Expected:** No :boom: and tab to close **Atom**:...

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...

bug
atom.io
triaged

``` bash $ apm install clippy Installing clippy to /Volumes/Data/Users/Lee/.atom/packages ✓ $ apm install --quiet clippy Installing clippy to /Volumes/Data/Users/Lee/.atom/packages ✓ $ apm install --silent clippy Installing clippy to /Volumes/Data/Users/Lee/.atom/packages...

enhancement

One of the hardest things for new users to Atom to discover is what commands are available if they have not yet had a keybinding set for them. This would...

enhancement

For example, I have the following in my `keymap.cson`: ``` cson '.autocomplete-plus input.hidden-input': 'tab': 'unset!' 'enter': 'autocomplete-plus:confirm' ``` But this shows in the Settings View for Autocomplete Plus: ![screenshot_2014-06-18_12_32_46](https://cloud.githubusercontent.com/assets/1038121/3319610/316edca2-f722-11e3-9cb2-a7747a3000f5.png) Perhaps...

bug

I like to have "Show Invisibles" on, but I don't like seeing the line ending unless it includes a CR (which is an improper line ending for my files). So...

bug

We want to make it super-simple to test Probot plugins. To that end, there are some things that we would like to provide: * [x] An easy way to create...

### Description of the Change Why keybindings act the way that they do is sometimes a mystery to Atom users. One of the ways that isn't surfaced well is when...

/cc @BinaryMuse to fill in some quick docs around per-package transpilation

requires-changes

The "deprecated packages" feature is not intended to be used for saying packages aren't supported anymore.