Skip to content

Commit

Permalink
📝 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 2, 2014
1 parent 0e5beb0 commit c2c6907
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ apm install minimap

### Key Bindings

* `ctrl-k ctrl-m`: Toggles the minimap.
* `ctrl-k ctrl-s`: Toggles the minimap plugins quick settings dropdown.

Customizing Key Bindings:

```cson
Expand All @@ -47,7 +44,7 @@ If you want to hide the default editor scrollbar, edit your `style.less` (Open Y

```css
// hide scrollbar
.with-minimap .vertical-scrollbar {
.with-minimap atom-text-editor::shadow .vertical-scrollbar {
opacity: 0;
width: 0;
}
Expand Down

0 comments on commit c2c6907

Please sign in to comment.