snips/Default (Windows).sublime-keymap
2025-05-08 13:03:27 +00:00

7 lines
298 B
Text

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