Add instructions for changing the cmd-l keybinding

This commit is contained in:
Jonathan Hoyt
2015-05-09 14:47:13 -07:00
parent 49c081ed6e
commit a2b81ad570
+9
View File
@@ -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/)