1
0
Files
debianlive/config/includes.chroot/etc/skel/.config/sublime-text/Packages/User/Default (Linux).sublime-keymap
2022-04-11 14:18:52 +02:00

28 lines
396 B
Plaintext

[
{
"keys":
[
"ctrl+q"
],
"command": "toggle_setting",
"args":
{
"setting": "word_wrap"
}
},
{
"keys":
[
"ctrl+tab"
],
"command": "next_view"
},
{
"keys":
[
"ctrl+shift+tab"
],
"command": "prev_view"
}
]