commit 98cb80789b62f98164baf6695fbf416bb37a5b51
parent e761ec6151a1525c9389bf1e32d2cd46513303af
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Sun, 2 Feb 2020 00:44:34 +0100
joplin: update keymap
Former-commit-id: ac9c36e237914e2a81f754e3a2ee5bad7add4e2a
Diffstat:
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/joplin/keymap.json b/joplin/keymap.json
@@ -1,23 +1,23 @@
[
- { "keys": [";"], "type" : "function", "command" : "enter_command_line_mode" },
- { "keys": ["l"], "type" : "function", "command" : "focus_next" },
- { "keys": ["h"], "type" : "function", "command" : "focus_previous" },
- { "keys": ["k"], "type" : "function", "command" : "move_up" },
- { "keys": ["j"], "type" : "function", "command" : "move_down" },
- { "keys": ["U"], "type" : "function", "command" : "page_up" },
- { "keys": ["D"], "type" : "function", "command" : "page_down" },
- { "keys": ["ENTER"], "type" : "function", "command" : "activate" },
- { "keys": ["dd"], "type" : "function", "command" : "delete" },
- { "keys": ["`"], "type" : "function", "command" : "toggle_console" },
- { "keys": ["\\"], "type" : "function", "command" : "toggle_metadata" },
- { "keys": [" "], "type" : "exec", "command" : "todo toggle $n" },
- { "keys": ["q"], "type" : "exec", "command" : "exit" },
- { "keys": ["@"], "type" : "exec", "command" : "sync" },
- { "keys": ["/", "?"], "type" : "prompt", "command" : "search \"\"", "cursorPosition": -2 },
- { "keys": ["cn"], "type" : "prompt", "command" : "mknote \"\"", "cursorPosition": -2 },
- { "keys": ["ct"], "type" : "prompt", "command" : "mktodo \"\"", "cursorPosition": -2 },
- { "keys": ["cb"], "type" : "prompt", "command" : "mkbook \"\"", "cursorPosition": -2 },
- { "keys": ["yn"], "type" : "prompt", "command" : "cp $n \"\"", "cursorPosition": -2 },
- { "keys": ["mb"], "type" : "prompt", "command" : "mv $n \"\"", "cursorPosition": -2 },
- { "keys": ["cw","R"], "type" : "prompt", "command" : "ren $c \"\"", "cursorPosition": -2 }
+ { "keys": [";"], "type": "function", "command": "enter_command_line_mode" },
+ { "keys": ["l"], "type": "function", "command": "focus_next" },
+ { "keys": ["h"], "type": "function", "command": "focus_previous" },
+ { "keys": ["k"], "type": "function", "command": "move_up" },
+ { "keys": ["j"], "type": "function", "command": "move_down" },
+ { "keys": ["ENTER"], "type": "function", "command": "activate" },
+ { "keys": ["dd"], "type": "function", "command": "delete" },
+ { "keys": ["`"], "type": "function", "command": "toggle_console" },
+ { "keys": ["\\"], "type": "function", "command": "toggle_metadata" },
+ { "keys": [" "], "type": "exec", "command": "todo toggle $n" },
+ { "keys": ["q"], "type": "exec", "command": "exit" },
+ { "keys": ["@"], "type": "exec", "command": "sync" },
+ { "keys": ["cn"], "type": "prompt", "command": "mknote \"\"", "cursorPosition": -2 },
+ { "keys": ["ct"], "type": "prompt", "command": "mktodo \"\"", "cursorPosition": -2 },
+ { "keys": ["cb"], "type": "prompt", "command": "mkbook \"\"", "cursorPosition": -2 },
+ { "keys": ["yn"], "type": "prompt", "command": "cp $n \"\"", "cursorPosition": -2 },
+ { "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": ["U", "gg"], "type": "function", "command": "page_up" },
+ { "keys": ["D", "G"], "type": "function", "command": "page_down" }
]