Skip to content

Instantly share code, notes, and snippets.

View Zhang1048576's full-sized avatar

张凯鑫 Zhang1048576

  • YanTai University
View GitHub Profile
@BaksiLi
BaksiLi / keymap.json
Last active April 22, 2022 03:39
Vim-style Joplin Keymap
[
{ "keys": [":"], "type": "function", "command": "enter_command_line_mode" },
{ "keys": ["TAB","l"], "type": "function", "command": "focus_next" },
{ "keys": ["SHIFT_TAB","h"], "type": "function", "command": "focus_previous" },
{ "keys": ["UP","k"], "type": "function", "command": "move_up" },
{ "keys": ["DOWN","j"], "type": "function", "command": "move_down" },
{ "keys": ["PAGE_UP","{"], "type": "function", "command": "page_up" },
{ "keys": ["PAGE_DOWN","}"], "type": "function", "command": "page_down" },
{ "keys": ["ENTER"], "type": "function", "command": "activate" },
{ "keys": ["DELETE", "BACKSPACE"], "type": "function", "command": "delete" },