From c2c690749fb21e35e2c684ae586e88596457f616 Mon Sep 17 00:00:00 2001 From: abe33 Date: Tue, 2 Dec 2014 17:59:11 +0100 Subject: [PATCH] :memo: Update README --- Readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 4ce52ec3..f1993182 100644 --- a/Readme.md +++ b/Readme.md @@ -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 @@ -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; }