Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 349 Bytes

v0.2.0.md

File metadata and controls

20 lines (16 loc) · 349 Bytes

v0.2.0 Changelog

Now you can open your saved queries using CTRL+E CTRL+O!

Improvements

  • Added opening support for saved queries (Issue #12)
// new hotkeys setting
{
    "keys": ["ctrl+e", "ctrl+o"], 
    "command": "st_list_queries", 
    "args": {
        "mode" : "open"
    }
}

Fixes

No fixes for this version