diff --git a/README.md b/README.md index e28684a..6181177 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ _Inspired by nvim's [telescope](https://github.com/nvim-telescope/telescope.nvim 2. Input your query and move through the suggested results, the editor will reflect the current highlighted suggested item. 3. Hit enter to open the file or cancel to return to your original active editor +## Requirements + +Vscode configuration _Editor: Enable Preview_ must be enabled. + ## Extension Settings This extension contributes the following settings: diff --git a/package.json b/package.json index 3e7b637..5adcc1c 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,11 @@ { "command": "periscope.search", "title": "Periscope: Search" + }, + { + "command": "periscope.openInHorizontalSplit", + "title": "Periscope: Open Result in Horizontal Split", + "enablement": "periscopeActive" } ], "configuration": {