Skip to content

how to interact with (or scroll in) the output of commands from helix command line #5923

Answered by LEI
goyalyashpal asked this question in Q&A
Discussion options

You must be logged in to vote

It is possible to scroll with <C-d> (down) and <C-u> (up).
One could also use :pipe ls though it might require a :new buffer.

I wonder if there is a way to enter floating windows in order to move, yank, etc.
Neovim handles this nicely for vim.lsp.buf.hover (equivalent to <Space>k):

Calling the function twice will jump into the floating window

This would be nice for errors and diagnostics too (<Space>e?).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by goyalyashpal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants