Skip to content

Instantly share code, notes, and snippets.

@szTheory
Last active February 2, 2020 18:19
Show Gist options
  • Select an option

  • Save szTheory/0e8022f365531d4d1581ef1c56826a76 to your computer and use it in GitHub Desktop.

Select an option

Save szTheory/0e8022f365531d4d1581ef1c56826a76 to your computer and use it in GitHub Desktop.

Revisions

  1. szTheory revised this gist Feb 2, 2020. 2 changed files with 5 additions and 7 deletions.
    6 changes: 3 additions & 3 deletions keybindings.json
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    {
    "key": "cmd+i",
    "command": "macros.addPipeline"
    }
    "key": "cmd+i",
    "command": "macros.addPipeline"
    }
    6 changes: 2 additions & 4 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,3 @@
    "macros.list": {
    "addPipeline": ["cursorEnd",
    {"command": "type", "args": {"text": "|> "}}
    ]
    },
    "addPipeline": [{"command": "type", "args": {"text": "|> "}}]
    },
  2. szTheory revised this gist Jan 6, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion settings.json
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    "macros.list": {
    "addPipeline": ["cursorEnd",
    {"command": "type", "args": {"text": "|>"}}
    {"command": "type", "args": {"text": "|> "}}
    ]
    },
  3. szTheory created this gist Jan 6, 2020.
    4 changes: 4 additions & 0 deletions keybindings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    {
    "key": "cmd+i",
    "command": "macros.addPipeline"
    }
    5 changes: 5 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    "macros.list": {
    "addPipeline": ["cursorEnd",
    {"command": "type", "args": {"text": "|>"}}
    ]
    },