flatten.nvim icon indicating copy to clipboard operation
flatten.nvim copied to clipboard

Open files and command output from wezterm, kitty, and neovim terminals in your current neovim instance

Results 22 flatten.nvim issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I like to use tmux to save sessions for workspaces in neovim so it functions a bit more like vscode in that way with toggleterm. When I...

bug

**Describe the bug** None of the blocking options work **To Reproduce** Steps to reproduce the behavior: 1. use either of the 2 blocking commands **Expected behavior** To allow nested instances...

bug

Would it be possible to have instances in wezterm only flatten if the neovim instance is in the same pane? I really like the flatten feature for when I am...

enhancement

- Send custom data from guest to host - I am currently using this to return to Wezterm panes after opening a blocking file in an alternate pane. - Fully...

enhancement

Hi, thanks for this plugin! It works perfect. There is one thing I would appreciate. Currently, open files in quickfix mode from terminal buffers will create a nested session. It...

enhancement

This is a tracking issue for breaking changes on main. I am releasing it an advance of any breaking changes to give fair warning, since I want using this plugin...

documentation
enhancement
information

Remote commands are not sent if there are no files depending on configs, which should be resolved ASAP.

bug
enhancement

Due to the nature of how some *line plugins may work (for me, it's 'heirline.nvim') blocked windows may look like they are interactive which may be confusing. This PR introduces...

Closes #101 Hey, @willothy! So, I've solved it. The guest was quitting too fast thus rendering the channel invalid. Deferring the quit command allowed the `vim.rpcrequest` function to be used....

Hello! **Describe the bug** Blocked shell sometimes does not unblock. I cannot provide steps to reproduce because it happens sporadically. The quickest way I'm able to reproduce is committing with...

bug