ZIm/crates/vim/src
Mikayla Maki fbc7b37b2f
Introduce channel notes (#2880)
![Screen Shot 2023-08-24 at 5 26 53
PM](https://github.com/zed-industries/zed/assets/326587/3e84c5a6-1aaf-4335-a880-4c32eb83332d)

### Todo

* [x] Snapshot channel buffers when everyone closes the buffer
* [x] Ensure that users who are in both a project and a channel note
have the same color in both places
* [x] Allow following project collaborators into channel notes
* [x] Expose notes for the current channel under "Current Call" section
of the collaboration panel
* [x] Offline state for the channel notes view
* [x] Make the channel context menu accessible to all members (to expose
the notes)
* [x] Wire in view and Item method overrides

Release Notes:

- N/A
2023-08-24 18:01:28 -07:00
..
normal Rewrite paste 2023-08-22 13:27:57 -06:00
test vim: Fix linewise copy of last line with no trailing newline 2023-08-24 00:00:12 -06:00
editor_events.rs Don't show vim mode when disabled 2023-08-18 15:50:34 -06:00
insert.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
mode_indicator.rs Give up on monospace indicator 2023-08-17 16:04:55 -06:00
motion.rs Merge branch 'main' into Z-2819 2023-08-21 17:41:27 +02:00
normal.rs Rewrite paste 2023-08-22 13:27:57 -06:00
object.rs Merge branch 'main' into Z-2819 2023-08-21 17:41:27 +02:00
state.rs Store some vim state per-editor 2023-08-17 14:09:47 -06:00
test.rs vim: Fix linewise copy of last line with no trailing newline 2023-08-24 00:00:12 -06:00
utils.rs vim: Fix linewise copy of last line with no trailing newline 2023-08-24 00:00:12 -06:00
vim.rs Preserve line mode selection on undo 2023-08-17 15:40:27 -06:00
visual.rs Introduce channel notes (#2880) 2023-08-24 18:01:28 -07:00