Actions
Cursor movement
"take <target>"- Select<target>."pre <target>"- Set empty selection before<target>."post <target>"- Set empty selection after<target>."append <target>"- Adds<target>to the current selection set."append pre <target>"- Adds empty selection before<target>to the current selection set."append post <target>"- Adds empty selection after<target>to the current selection set."give <target>"- Deselect<target>.
Changing a target
"change <target>"- Change<target>by clearing it and leaving the cursor in its place."chuck <target>"- Remove<target>.
Cut / copy / paste
"carve <target>"- Cut<target>to clipboard."copy <target>"- Copy<target>to clipboard."paste <destination>"- Paste from clipboard at<destination>.
Insert / use / repeat
"clone <target>"- Insert copy after<target>."clone up <target>"- Insert copy before<target>."bring <target>"- Insert copy of<target>at selection."bring <target> <destination>"- Copy<target>to<destination>."call <target>"- Insert call to<target>on selection."call <target 1> on <target 2>"- Insert call to<target 1>on<target 2>.
Swap
"swap with <target>"- Swap selection with<target>."swap <target 1> with <target 2>"- Swap<target 1>with<target 2>.
Move / replace
"move <target>"- Move<target>to selection."move <target> <destination>"- Move<target>to<destination>.
Indent / outdent
"indent <target>"- Indent line containing<target>."dedent <target>"- Outdent line containing<target>.
Insert empty lines / scopes
"drink <target>"- Edit new line before<target>."drink <scope> <target>"- Edit new<scope>before<target>."pour <target>"- Edit new line after<target>."pour <scope> <target>"- Edit new<scope>after<target>."drop <target>"- Insert empty line/scope before<target>."float <target>"- Insert empty line/scope after<target>."puff <target>"- Insert empty lines/scopes around<target>.
Reverse / shuffle / sort
"reverse <target>"- Reverse<target>s."shuffle <target>"- Randomize<target>s."sort <target>"- Sort<target>s.
Wrap / rewrap
"<pair> wrap <target>"- Wrap<target>with<pair>."<snippet> wrap <target>"- Wrap<target>with<snippet>."<pair> repack <target>"- Rewrap<target>with<pair>.
Increment / decrement
"increment <target>"- Increment number at<target>."decrement <target>"- Decrement number at<target>.
Refactor / fix
"rename <target>"- Rename<target>."extract <target>"- Extract variable from<target>."quick fix <target>"- Show quick fix for<target>.
Join / break
"join <target>"- Join lines at<target>."break <target>"- Breaks the line before<target>.
Snippets
"snip make <target>"- Generate snippet from<target>."snip <snippet> <destination>"- Insert snippet at<destination>.
Scroll
"crown <target>"- Scroll<target>to top of the viewport."center <target>"- Scroll<target>to center of the viewport."bottom <target>"- Scroll<target>to bottom of the viewport.
Fold / unfold
"fold <target>"- Fold region at<target>."unfold <target>"- Unfold region at<target>.
Homophones
"phones <target>"- Cycle to next homophone for<target>.
Format
"format <formatter> at <target>"- Reformat<target>as<formatter>.
Instance reference
"from <target>"- Set instance reference to<target>.
Comment
"comment <target>"- Toggle line comment at<target>.
Breakpoint
"break point <target>"- Toggle breakpoint on line containing<target>."break point token <target>"- Toggle inline breakpoint at<target>.
Navigate / inspect
"define <target>"- Reveal definition of<target>."type deaf <target>"- Reveal type definition of<target>."reference <target>"- Show references for<target>."hover <target>"- Show hover for<target>."scout <target>"- Find<target>in document."scout all <target>"- Find<target>in workspace."follow <target>"- Follow link at<target>."follow split <target>"- Follow link at<target>aside (e.g. in a split view)."inspect <target>"- Show debug hover for<target>.
Git
"git accept <target>"- Accept Git change at<target>."git revert <target>"- Revert Git change at<target>."git stage <target>"- Stage Git change at<target>."git unstage <target>"- Unstage Git change at<target>.
Visual feedback
"flash <target>"- Flash<target>."highlight <target>"- Highlight<target>.