ZIm/crates/vim/src
Thorsten Ball 38c0aa303e
vim: Don't dismiss inline completion when switching to normal mode (#22075)
I'm not sure about this yet.

On one hand: it's nice that the completion doesn't just disappear when I
hit escape because I was typing and in the flow.

On the other hand: no other inline completion provider keeps the
suggestion when leaving insert mode.

I'm going to merge this so we can get it into nightly and try it out for
the next couple of days. cc @ConradIrwin

Release Notes:

- vim: Do not dismiss inline completions when leaving insert/replace
mode with `<esc>`.
2024-12-16 11:23:20 +01:00
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal Introduce staff-only inline completion provider (#21739) 2024-12-09 14:26:36 +01:00
test Implement Helix Support (WIP) (#19175) 2024-12-03 23:19:52 -07:00
change_list.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
command.rs Fix panic folding in multi-buffers (#21511) 2024-12-04 00:01:32 -07:00
digraph.rs Rename ime_key -> key_char and update behavior (#20953) 2024-11-20 20:29:47 -07:00
helix.rs vim: Add delete action to HelixNormal mode (#21544) 2024-12-06 14:05:41 -07:00
indent.rs Add AutoIndent action and '=' vim operator (#21427) 2024-12-02 15:00:04 -08:00
insert.rs vim: Don't dismiss inline completion when switching to normal mode (#22075) 2024-12-16 11:23:20 +01:00
mode_indicator.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
motion.rs Fix panic folding in multi-buffers (#21511) 2024-12-04 00:01:32 -07:00
normal.rs Add AutoIndent action and '=' vim operator (#21427) 2024-12-02 15:00:04 -08:00
object.rs Fix panic folding in multi-buffers (#21511) 2024-12-04 00:01:32 -07:00
replace.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
rewrap.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
state.rs Implement Helix Support (WIP) (#19175) 2024-12-03 23:19:52 -07:00
surrounds.rs Add support for resizing panes using vim motions (#21038) 2024-11-26 16:24:29 -08:00
test.rs vim: Add support for temporary normal mode (ctrl-o) within insert mode (#19454) 2024-11-13 12:44:41 -07:00
vim.rs vim: Maintain block cursor for navigating/non-modifying operators (#21502) 2024-12-13 19:06:18 -07:00
visual.rs Add textobjects queries (#20924) 2024-12-03 10:37:01 -07:00