keymap.json (2222B)
1 [ 2 { "keys": [";"], "type": "function", "command": "enter_command_line_mode" }, 3 { "keys": ["l"], "type": "function", "command": "focus_next" }, 4 { "keys": ["h"], "type": "function", "command": "focus_previous" }, 5 { "keys": ["k"], "type": "function", "command": "move_up" }, 6 { "keys": ["j"], "type": "function", "command": "move_down" }, 7 { "keys": ["ENTER", "E", "o"], "type": "function", "command": "activate" }, 8 { "keys": ["dd"], "type": "function", "command": "delete" }, 9 { "keys": ["`"], "type": "function", "command": "toggle_console" }, 10 { "keys": ["\\"], "type": "function", "command": "toggle_metadata" }, 11 { "keys": ["CTRL_B", "gg"], "type": "function", "command": "page_up" }, 12 { "keys": ["CTRL_F", "G"], "type": "function", "command": "page_down" }, 13 { "keys": [" "], "type": "exec", "command": "todo toggle $n" }, 14 { "keys": ["q"], "type": "exec", "command": "exit" }, 15 { "keys": ["@"], "type": "exec", "command": "sync" }, 16 { "keys": ["cn"], "type": "prompt", "command": "mknote \"\"", "cursorPosition": -2 }, 17 { "keys": ["ct"], "type": "prompt", "command": "mktodo \"\"", "cursorPosition": -2 }, 18 { "keys": ["cb"], "type": "prompt", "command": "mkbook \"\"", "cursorPosition": -2 }, 19 { "keys": ["yn"], "type": "prompt", "command": "cp $n \"\"", "cursorPosition": -2 }, 20 { "keys": ["mb"], "type": "prompt", "command": "mv $n \"\"", "cursorPosition": -2 }, 21 { "keys": ["cw","R"], "type": "prompt", "command": "ren $c \"\"", "cursorPosition": -2 }, 22 { "keys": ["/","?"], "type": "prompt", "command": "search \"\"", "cursorPosition": -2 }, 23 { "keys": ["a"], "type": "prompt", "command": "attach $n /Users/alex/\"\"", "cursorPosition": -2 }, 24 { "keys": ["ta"], "type": "prompt", "command": "tag add $n", "cursorPosition": -3 }, 25 { "keys": ["tl"], "type": "exec", "command": "tag list" }, 26 { "keys": ["td"], "type": "prompt", "command": "tag remove $n", "cursorPosition": -3 } 27 ]