17
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 19 Sep 2023
17 points (100.0% liked)
Neovim
2159 readers
1 users here now
founded 1 year ago
MODERATORS
I can see this being very useful for those small scripts I make but stubbornly don't break out into a script file when it doesn't work first try. It there any way to just make it launch empty on the prompt to start the command from there?
thanks! when you say launch empty, do you mean without the scrollback buffer? or just with a blank window for the command?
Sorry for the delay, but yeah I mean without the scrollback buffer. Right from the prompt, get a neovim buffer that excecutes. Thanks again for sharing btw, this is a fantastic project
ah I gotcha. There is no option at the moment to completely disable the scrollback, but you could hook into some callbacks to trigger and customizations.
For example,
your_awesome_config.lua
kitty.conf
I plan to document some of the advanced configurations, just haven't had time to get to it ๐
I could add an option to have no scrollback and a single buffer like you mentioned similar to `` behavior in bash. I'll think on that one.
Thanks for the kind words ๐
Wow that's sick, thank you for the help here didn't realise you were the dev. Fantastic work
haha yep ๐ took a couple attempts to get it to where it is but I'm happy with it now