Skip to content

Commit

Permalink
Advertise keybindings in the command palette (#798)
Browse files Browse the repository at this point in the history
It should open the default keybindings in the User dir
  • Loading branch information
rwols committed Nov 30, 2019
1 parent 790d5f4 commit 9a7234e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Commands/Default.sublime-commands
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
"base_file": "${packages}/LSP/LSP.sublime-settings",
"default": "// Settings in here override those in \"LSP/LSP.sublime-settings\",\n\n{\n\t$0\n}\n"}
},
{
"caption": "Preferences: LSP Keybindings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/LSP/Keymaps/Default (${platform}).sublime-keymap",
"user_file": "${packages}/User/Default ($platform).sublime-keymap",
"default": "// Settings in here override those in \"LSP/Keymaps/Default (${platform}).sublime-keymap\",\n\n{\n\t$0\n}\n"}
},
{
"caption": "LSP: Setup Language Server",
"command": "lsp_setup_language_server",
Expand Down

0 comments on commit 9a7234e

Please sign in to comment.