zed/crates/vim/src
Conrad Irwin dbec2ed1f1 vim: add */#/g*/g# for jumping to next word
As in vim, this toggles the normal search experience.
2023-07-07 15:57:35 -06:00
..
normal vim: add */#/g*/g# for jumping to next word 2023-07-07 15:57:35 -06:00
test vim: { } to navigate by paragraph (#2668) 2023-07-07 14:59:06 -06:00
editor_events.rs Avoid calling update_window twice in blurred event handler 2023-05-04 16:18:01 +02:00
insert.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
motion.rs Fix % when on the last character of the line 2023-07-01 13:51:11 -06:00
normal.rs vim: add */#/g*/g# for jumping to next word 2023-07-07 15:57:35 -06:00
object.rs Fix remaining vim failures 2023-04-20 15:25:11 -06:00
state.rs Convert keymap context to use generics and Cow<'static> so we don't have to add .to_string() and .into() for each usage 2023-02-23 14:10:55 -08:00
test.rs vim: Enter/n/N to navigate search results 2023-07-07 15:57:14 -06:00
utils.rs Merge MutableAppContext into AppContext 2023-04-06 15:49:03 -06:00
vim.rs vim: Don't enter visual mode in search/go to definition 2023-07-07 15:56:37 -06:00
visual.rs vim: Fix 1G 2023-06-22 12:11:14 -06:00