From 452c34ba368a7960811fe085c62b70666b784afc Mon Sep 17 00:00:00 2001 From: Nic Date: Fri, 16 Oct 2015 22:56:12 -0700 Subject: [PATCH] Add Windows/Linux keymap note --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1681900..7c04684 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,15 @@ You can also override `cmd-l` if you want to keep your muscle memory from Notati 'cmd-l': 'nvatom:toggle' ``` +To set Windows and Linux key binds you can add the following lines to your keymap: + +```cson +'atom-workspace': + 'alt-ctrl-l': 'nvatom:toggle' +'atom-workspace atom-text-editor': + 'alt-ctrl-o': 'nvatom:openInterlink' +``` + ## Migration v0.1.0 under published package name `notational-velocity` had a fatal bug that sets the default value of its note directory under package directory. In that case, all notes are deleted once the user updates the package, since package directory is overwritten when the user. For more information, refer [#25][6].