snips/Default (OSX).sublime-keymap
2024-03-02 21:23:13 +00:00

7 lines
242 B
Plaintext

[
{ "keys": ["super+d"], "command": "duplicate_line" },
{ "keys": ["super+shift+d"], "command": "find_under_expand" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
]