refactor(schema): add 'PreviewerConfig' detection #266
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Regresion test
Platform
Tasks
CTRL-N
/CTRL-P
to move down/up and preview contents.CTRL-U
/CTRL-R
to switch between restricted/unrestricted mode, and the lines count is consistent when press multiple times.V
/W
/P
variants (visual selection, cursor word, yank text).ESC
to quit,ENTER
to open file.CTRL-N
/CTRL-P
to move down/up and preview contents.CTRL-U
/CTRL-R
to switch between restricted/unrestricted mode, and the lines count is consistent when press multiple times.-w
to match word only, use-g *.lua
to search only lua files.V
/W
/P
variants (visual selection, cursor word, yank text).ESC
to quit,ENTER
to open file.CTRL-N
/CTRL-P
to move down/up and preview contents.CTRL-D
to delete buffers.V
/W
/P
variants (visual selection, cursor word, yank text).ESC
to quit,ENTER
to open file.CTRL-N
/CTRL-P
to move down/up and preview contents.CTRL-U
/CTRL-W
to switch between workspace/current folder mode.V
/W
/P
variants (visual selection, cursor word, yank text).ESC
to quit,ENTER
to open file.CTRL-N
/CTRL-P
to move down/up and preview contents.CTRL-U
/CTRL-A
to switch between git repo commits/current buffer commits.V
/W
/P
variants (visual selection, cursor word, yank text).ESC
to quit,ENTER
to copy commit hash.CTRL-N
/CTRL-P
to move down/up and preview contents.V
/W
/P
variants (visual selection, cursor word, yank text).ESC
to quit,ENTER
to copy commit hash.CTRL-N
/CTRL-P
to move down/up and preview contents.CTRL-U
/CTRL-W
to switch between workspace/current buffer diagnostics.V
/W
/P
variants (visual selection, cursor word, yank text).ESC
to quit,ENTER
to open file.CTRL-N
/CTRL-P
to move down/up and preview contents.ESC
to quit,ENTER
to open file.CTRL-N
/CTRL-P
to move down/up and preview contents.CTRL-U
/CTRL-R
to switch between filter/include hidden files mode.ALT-L
/ALT-H
to cd into folder and cd upper folder.ESC
to quit,ENTER
to open file.nvim -u ./test/minimal_buffers_deprecate_init.lua
and testFzfxBuffers
.nvim -u ./test/minimal_files_deprecate_init.lua
and testFzfxFiles
.nvim -u ./test/minimal_git_branches_deprecate_init.lua
and testFzfxGBranches
.nvim -u ./test/minimal_git_commits_deprecate_init.lua
and testFzfxGCommits
.nvim -u ./test/minimal_git_files_deprecate_init.lua
and testFzfxGFiles
.nvim -u ./test/minimal_live_grep_deprecate_init.lua
and testFzfxLiveGrep
.