Dotfiles/site-modules/core
Ade Attwood cc49f5339e refactor(vim): simplify the tab behaviour in completion
The biggest change here is that I am no longer cycling though completion
items as the first thing. Tab will now mainly control the snippet jumps
in completion not items. Completion items can be used exclusively with
<C-n> and <C-p> and <CR> to complete the selected item. If the
completion menu is open and <CR> is pressed, this will select and
complete the first item.

I will soon be able to remove the <C-h> and <C-l> mappings when my
muscle memory adapts as this will now be controlled with tab.
2023-02-21 16:53:22 +00:00
..
files refactor(vim): simplify the tab behaviour in completion 2023-02-21 16:53:22 +00:00
lib refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
manifests feat(pp): update delta diff 2023-02-09 20:22:40 +00:00
templates feat(pp): update delta diff 2023-02-09 20:22:40 +00:00