Skip to content

Commit

Permalink
Merge pull request #37 from joshmu/feat_refactor
Browse files Browse the repository at this point in the history
Feat refactor
  • Loading branch information
joshmu authored Apr 27, 2024
2 parents 59c2d0d + dd24d77 commit 8613bf0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
{
"command": "periscope.search",
"title": "Periscope: Search"
},
{
"command": "periscope.openInHorizontalSplit",
"title": "Periscope: Open Result in Horizontal Split",
"enablement": "periscopeActive"
}
],
"configuration": {
Expand Down

0 comments on commit 8613bf0

Please sign in to comment.