From a2b81ad570ca795669947ac8cfdf61074e977213 Mon Sep 17 00:00:00 2001 From: Jonathan Hoyt Date: Sat, 9 May 2015 14:47:13 -0700 Subject: [PATCH] Add instructions for changing the cmd-l keybinding --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8c373fa..a4e6640 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,15 @@ We do believe Notational Velocity is the precursor of the famous note-taking app - `alt-cmd-l`: Toggles the search view. +You can also override `cmd-l` if you want to keep your muscle memory from Notational Velocity and nvALT. Just edit your keymap (Atom menu -> Open Your Keymap) and add the following lines: + +```cson +'atom-text-editor': + 'cmd-l': 'unset!' +'atom-workspace': + 'cmd-l': 'notational-velocity:toggle' +``` + ## References - [Notational Velocity](http://notational.net/)