ZIm/crates/vim/src
Conrad Irwin 39f02c2b72
Add a mode indicator for vim (#2763)
Release Notes:

- vim: add a mode indicator
([#409](https://github.com/zed-industries/community/issues/409))

Now updated screenshots with @iamnbutler 
<img width="1043" alt="Screenshot 2023-07-25 at 11 11 57"
src="https://github.com/zed-industries/zed/assets/94272/8301479a-8b58-42d8-81a1-bc40e1e0a4df">
<img width="1043" alt="Screenshot 2023-07-25 at 11 12 00"
src="https://github.com/zed-industries/zed/assets/94272/89c3b8bd-9cbc-4fd7-ad10-dac5538ed3a3">
<img width="1043" alt="Screenshot 2023-07-25 at 11 12 12"
src="https://github.com/zed-industries/zed/assets/94272/adc87fe3-a720-4779-853b-df9443407046">
2023-07-25 20:18:23 -06:00
..
normal Fix shift-enter in search 2023-07-21 09:10:12 -06:00
test vim: ? to search backwards, and /<enter> to repeat search 2023-07-07 15:57:52 -06:00
editor_events.rs Fix enter in search 2023-07-20 20:48:36 -06:00
insert.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
mode_indicator.rs Update status bar theming 2023-07-25 11:06:41 -06:00
motion.rs vim: add , and ; 2023-07-21 09:50:22 -06:00
normal.rs Quality of life shortcuts for code actions 2023-07-21 09:47:15 -06:00
object.rs Fix remaining vim failures 2023-04-20 15:25:11 -06:00
state.rs vim: add , and ; 2023-07-21 09:50:22 -06:00
test.rs Refactor mode indicator to remove itself 2023-07-24 09:51:54 -06:00
utils.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
vim.rs Add a mode indicator for vim (#2763) 2023-07-25 20:18:23 -06:00
visual.rs Avoid panic from assuming a vim operator exists on the operator stack 2023-07-21 14:25:30 -04:00