feat: stay in kitty-scrollback.nvim after executing commands
After pressing <C-CR> to execute a command, I want to stay in the scrollback.
@Oneechan69 are you thinking you press <C-CR> and it executes the command in the background? or executes the command and you see the changes/output reflected in kitty-scrollback.nvim?
executes the command and you see the changes/output reflected in kitty-scrollback.nvim?
This, I would love to just stay in the scrollback and write and navigate in my terminal with my nvim motions.
@Oneechan69 gotcha yeah I had a thought about in the past but there were some challenges I think around how kitty-scrollback.nvim starts the session with expected information. I'll think about this some more 👍
basically you are just in Neovim forever 😄