The X

1 files use the extension of SUBLIME-KEYMAP

.SUBLIME-KEYMAP

Sublime Text Keymap File

Classification:data file
Keymap file used by Sublime Text, an open source text editor used to edit source code; contains key bindings in JSON format, which allows you to associate application actions with different keystrokes.

instruction:

Here's an example data segment from a SUBLIME-KEYMAP file used in Windows: { "keys": [ctrl+shift+t], "command": "reopen_last_file" } And another example for a SUBLIME-KEYMAP file used in OS X: { "keys": [super+shift+t], "command": "reopen_last_file" } Sublime Text comes with a default SUBLIME-KEYMAP file, which is located in the /Packages/Default directory, and a user SUBLIME-KEYMAP file, which is located in the /Packages/User directory. NOTE: You can access the keymap files through the application menu by selecting Preferences → Key Bindings - Default or Key Bindings - User.

SUBLIME-KEYMAP(Sublime Text Keymap File) related software:

Windows

1 software

Mac

1 software

Linux

1 software

发送 E9361 至公众号 IT小技巧 查看软件名称。