Replies: 4 comments 3 replies
-
I'd also like a command to Running |
Beta Was this translation helpful? Give feedback.
-
These features sound awesome! |
Beta Was this translation helpful? Give feedback.
-
@JosephTLyons I've also been hoping https://github.com/zed-industries/community/issues/698 would get some attention at some point! @xpe I think a file based selection would quickly lead to a very cluttered multi-buffer. I'd like to use a command like On that note, Emacs has a feature called narrowing which allows to isolate a buffer to a specific number of lines and thereby limiting all editing operations to those lines only. This feature by itself would be a great addition to Zed but it could lead to an even more interesting usage of a multi-buffer view consisting of narrowed parts of different buffers. |
Beta Was this translation helpful? Give feedback.
-
This is something I've wanted from vscode for a long time, which has been more or less impossible to implement with just the extension API. Has anyone made progress on this type of feature? |
Beta Was this translation helpful? Give feedback.
-
I'd like to choose some files, smoosh them together in a multi-buffer, looking something like this:
Of course, having a nice visual horizontal separator would be nice.
Design Questions
Beta Was this translation helpful? Give feedback.
All reactions