commit e6cacacfdb7b8580d341226c4bd5ded21c537ec3
parent 7dc9b3ce7815d0c9671dc83db2c7076719629590
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Wed, 5 Feb 2020 21:54:33 +0100
joplin: key bindings
Former-commit-id: fe404a1391083b60565c981339e246bd1d5f5b9f
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/joplin/keymap.json b/joplin/keymap.json
@@ -18,6 +18,7 @@
{ "keys": ["mb"], "type": "prompt", "command": "mv $n \"\"", "cursorPosition": -2 },
{ "keys": ["cw","R"], "type": "prompt", "command": "ren $c \"\"", "cursorPosition": -2 },
{ "keys": ["/","?"], "type": "prompt", "command": "search \"\"", "cursorPosition": -2 },
+ { "keys": ["a"], "type": "prompt", "command": "attach $n /Users/alex/\"\"", "cursorPosition": -2 },
{ "keys": ["U", "gg"], "type": "function", "command": "page_up" },
{ "keys": ["D", "G"], "type": "function", "command": "page_down" }
]