blob: abe47a9d1b4d81d086fb9220d07b19eecb9b36ed (
plain)
1
2
3
4
5
6
|
[
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["super+alt+s"], "command": "toggle_side_bar" },
{ "keys": ["super+shift+d"], "command": "clone_file" }
]
|