You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When working with pandas DataFrames, I cannot see the lines and columns beyond my monitor size.
Describe the solution you'd like
The solution could be that we would be able to enter the floating windows to scroll both vertically and horizontally in long outputs. That is already implemented in magma.nvim, so it is definitely possible.
Describe alternatives you've considered
An alternative could be entering the command line output in "Classic" mode, however that also does not work as expected, e.g. the lines are always wrapped and I also cannot enter the cmdline output window.
The text was updated successfully, but these errors were encountered:
It's a nice idea. currently no display mode in sniprun can display conveniently huge outputs. (I've been thinking of adding a display mode that would just pipe to a file, though).
I'm not sure I can find the time to work on this very soon,so depending on how time presses, and your knowledge of neovim scripting, I can suggest in the meantime:
(more difficult) Use the display mode 'Api' (doc) to display results into a scrollable floating window
(very easy) Use the display mode 'Api' to print the results into a file that you would have opened/self-refreshing in another split/editor
Is your feature request related to a problem? Please describe.
When working with pandas DataFrames, I cannot see the lines and columns beyond my monitor size.
Describe the solution you'd like
The solution could be that we would be able to enter the floating windows to scroll both vertically and horizontally in long outputs. That is already implemented in magma.nvim, so it is definitely possible.
Describe alternatives you've considered
An alternative could be entering the command line output in "Classic" mode, however that also does not work as expected, e.g. the lines are always wrapped and I also cannot enter the cmdline output window.
The text was updated successfully, but these errors were encountered: