Git Product home page Git Product logo

Comments (6)

stevearc avatar stevearc commented on June 6, 2024 2

Oh, I didn't even think about opening the task list on the bottom. It's a vertically scrolling list that doesn't take up a lot of horizontal space, so a lot of the right side would be empty. Is this what you're picturing?

+-----------------------------------+
|                                   |
|          main editor win          |
|                                   |
|                                   |
+------------------------------------
| Task 1                            |
| Task 2                            |
+-----------------------------------+

Added a open hsplit action.

from overseer.nvim.

stevearc avatar stevearc commented on June 6, 2024 1

Done!

from overseer.nvim.

stevearc avatar stevearc commented on June 6, 2024

When you say "task results", are you talking about the output terminal? There's currently actions that "open", "open vsplit", and "open float", am I correct in thinking that what you're asking for is something that's like "open bottom" that opens the terminal in a botright split?

Another possibility would be (more like VS Code) to have some way to open a dedicated window at the bottom of the editor, and any time a new task is started update that window to display the terminal for that task.

from overseer.nvim.

yutkat avatar yutkat commented on June 6, 2024

In the meantime, I am talking about I want to open the overseer window at the bottom.

I want to use it like this: OverseerOpen bottom

BTW, It's also inconvenient that there is no open split in the task result. I prefer to use split rather than vsplit.

from overseer.nvim.

yutkat avatar yutkat commented on June 6, 2024

Yes, That's what I wanted to do.
I see. It certainly increases the amount of invalid space.
I'll try to use overseer some more and I'll get used to it.

Added a open hsplit action.

Thank you very much!

from overseer.nvim.

yutkat avatar yutkat commented on June 6, 2024

Also, I'd like to add Hsplit here.

{
desc = "Open task terminal in a vsplit",
plug = "<Plug>OverseerTask:OpenVsplit",
rhs = function(sidebar)
sidebar:run_action("open vsplit")
end,
},

from overseer.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.