This commit is contained in:
flash 2024-03-02 21:35:46 +00:00
parent ecf29225eb
commit 479e76e847

View file

@ -0,0 +1,6 @@
[
{ "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" }
]