mrjones2014 / smart-splits.nvim

🧠 Smart, seamless, directional navigation and resizing of Neovim + terminal multiplexer splits. Supports tmux, Wezterm, and Kitty. Think about splits in terms of "up/down/left/right".
MIT License
895 stars 37 forks source link

[Feature]: Does it support warp terminal? #149

Closed kola-web closed 7 months ago

kola-web commented 7 months ago

Similar Issues

Description

Does it support warp terminal?

mrjones2014 commented 7 months ago

The Neovim features will work in any terminal.

If you're asking if it will support Warp's multiplexer, then the answer is no, it doesn't. Currently it supports tmux and the multiplexers built into Kitty terminal and Wezterm, with support planned for Zellij, pending some required features being added to Zellij.

My personal opinion is that Warp terminal is proprietary malware trying to trick people into thinking it's open source, so I won't be installing it on any of my machines to test with; therefore, it's not feasible to add support for it to smart-splits.nvim.

I'd suggest trying one of the great open source terminals like Wezterm or Kitty 🙂

kola-web commented 7 months ago

Thank you for your suggestion