ZIm/crates/vim/src
Conrad Irwin 08786fa7bf
Make BufferSearch less wide (#10459)
This also adds some "responsiveness" so that UI elements are hidden
before everything has to be occluded

Release Notes:

- Improved search UI. It now works in narrower panes, and avoids
scrolling the editor on open.

<img width="899" alt="Screenshot 2024-04-11 at 21 33 17"
src="https://github.com/zed-industries/zed/assets/94272/44b95d4f-08d6-4c40-a175-0e594402ca01">
<img width="508" alt="Screenshot 2024-04-11 at 21 33 45"
src="https://github.com/zed-industries/zed/assets/94272/baf4638d-427b-43e6-ad67-13d43f0f18a2">
<img width="361" alt="Screenshot 2024-04-11 at 21 34 00"
src="https://github.com/zed-industries/zed/assets/94272/ff60b561-2f77-49c0-9df7-e26227fe9225">
<img width="348" alt="Screenshot 2024-04-11 at 21 37 03"
src="https://github.com/zed-industries/zed/assets/94272/a2a700a2-ce99-41bd-bf47-9b14d7082b0e">
2024-04-11 23:07:29 -06:00
..
normal Make BufferSearch less wide (#10459) 2024-04-11 23:07:29 -06:00
test Fix assorted linux issues (#10061) 2024-04-01 17:22:59 -07:00
command.rs Enable clippy::useless_conversion (#8767) 2024-03-03 10:22:55 -05:00
editor_events.rs Improve the ergonomics of creating local buffers (#10347) 2024-04-10 08:32:51 -06:00
insert.rs vim: Keep multi-cursor on escape (#8464) 2024-02-26 22:54:02 -07:00
mode_indicator.rs Add feature to display commands for vim mode (#10349) 2024-04-12 06:39:57 +02:00
motion.rs vim: Allow search with operators & visual mode (#10226) 2024-04-08 15:20:14 -06:00
normal.rs Add surrounds support for vim (#9400) 2024-04-08 11:41:06 -06:00
object.rs Add surrounds support for vim (#9400) 2024-04-08 11:41:06 -06:00
replace.rs Fix undo in replace mode (#10086) 2024-04-03 11:35:04 -06:00
state.rs vim: Allow search with operators & visual mode (#10226) 2024-04-08 15:20:14 -06:00
surrounds.rs vim: Allow search with operators & visual mode (#10226) 2024-04-08 15:20:14 -06:00
test.rs Fix panic in visual line mode with folds (#10284) 2024-04-08 11:39:06 -06:00
utils.rs Compute scrollbar markers asynchronously (#10080) 2024-04-03 12:21:17 +02:00
vim.rs Add feature to display commands for vim mode (#10349) 2024-04-12 06:39:57 +02:00
visual.rs vim: Fix cgn backwards movement when there is no matches (#10237) 2024-04-08 14:51:36 -06:00