jmacdonald / amp

A complete text editor for your terminal.
https://amp.rs
Other
3.67k stars 105 forks source link

[Question] Split Pane / Window Support #237

Open aquaflamingo opened 3 years ago

aquaflamingo commented 3 years ago

Hey there, was playing with amp a little bit - super fast and interesting design choices. The [Space] to search is neat!

The documentation mentions:

SPLIT PANES Unlike Vim, Amp doesn't provide split panes, and support isn't planned. It's recommended to use tmux instead, which provides this (and much more) for your shell, text editor, and any other terminal-based applications you may use.

I use panes quite a bit in Neovim so this a bit of a bummer. I was curious if you could elaborate your thoughts around this ? :)

Cool project!