Skip to content

Commit

Permalink
added distraction free mode toggle to jetbrains ide
Browse files Browse the repository at this point in the history
  • Loading branch information
TestPlan committed Jul 2, 2019
1 parent e103214 commit b09bf03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jetbrains.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ def is_real_jetbrains_editor(app, window):
"quickfix": Key("alt-enter"),
"go class": Key("cmd-o"),
"go file": idea("action GotoFile"),
"(distraction free | normal mode)": idea("action ToggleDistractionFreeMode"),
# "go file": Key("cmd-shift-o"),
"(go implement | go definition)": Key("cmd-b"),
"preev method": Key("ctrl-up"),
Expand Down Expand Up @@ -312,6 +313,7 @@ def is_real_jetbrains_editor(app, window):
"funk down": Key("cmd-shift-down"),
"clear": [Key("cmd-a"), Key("backspace")],
"(breadcrumbs | crumbs)": Key("cmd-up"),
"(pretty | prettier)": Key("alt-shift-cmd-p"),
}
)

Expand Down

0 comments on commit b09bf03

Please sign in to comment.