shell/dotfiles/home/.config/sublime-text/Packages/User/Default (Linux).sublime-keymap

9 lines
248 B
Plaintext

// https://docs.sublimetext.io/reference/commands.html
// https://docs.sublimetext.io/reference/key_bindings.html
[
{ "keys": ["ctrl+k", "ctrl+o"], "command": "prompt_open_folder" },
{ "keys": ["ctrl+f2"], "command": "find_all_under"},
]