Skip to content

Commit

Permalink
Update Default.sublime-keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-phoenix authored and olegklimov committed Mar 3, 2024
1 parent da719fb commit 7710a7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Default.sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[
{ "keys": ["tab"], "command": "refact_accept_completion", "context": [{"key": "refact.show_completion"}] },
{ "keys": ["escape"], "command": "refact_clear_completion", "context": [{"key": "refact.show_completion"}] },
{ "keys": ["ctrl+alt+p"], "command": "refact_pause" }
{ "keys": ["ctrl+alt+p"], "command": "refact_pause" },
{ "keys": ["primary+option+p"], "command": "refact_pause" }
]

0 comments on commit 7710a7e

Please sign in to comment.