-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(popup): realtime resize popup window #322
Conversation
relate issue: #312 realtime-resize-popup-window.mp4 |
Codecov ReportAttention:
... and 1 file with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
This reverts commit 4833785.
TODO:
|
Regresion test
Platforms
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, and open thetest/hello world.txt
,test/goodbye world/goodbye.lua
files.fd
andfind
works.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, and open thetest/hello world.txt
,test/goodbye world/goodbye.lua
files.rg
andgrep
works.CTRL-N
/CTRL-P
to move down/up and preview contents.CTRL-D
to delete buffers, and delete thetest/hello world.txt
,test/goodbye world/goodbye.lua
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-R
/CTRL-O
to switch between local/remote branches.V
/W
/P
variants (visual selection, cursor word, yank text).ESC
to quit,ENTER
to checkout branch.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-E
/CTRL-A
to switch between user/ex/all vim commands.V
/W
/P
variants (visual selection, cursor word, yank text).ESC
to quit,ENTER
to feed vim command.CTRL-N
/CTRL-P
to move down/up and preview contents.CTRL-O
/CTRL-I
/CTRL-A
/CTRL-V
to switch between normal/insert/visual/all vim key mappings.V
/W
/P
variants (visual selection, cursor word, yank text).ESC
to quit,ENTER
to feed vim keys.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, and open thetest/hello world.txt
,test/goodbye world/goodbye.lua
files.eza
andls
works.