Dotfiles/site-modules/core/files/vim
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
..
after feat(vim): start moving back 2022-06-12 20:25:17 +01:00
ftplugin feat(vim): start moving back 2022-06-12 20:25:17 +01:00
plugin refactor(vim): simplify the tab behaviour in completion 2023-02-21 16:53:22 +00:00
snippets/snippets chore(vim): change default todo name to be my GitHub username 2023-01-20 08:27:35 +00:00
spell refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
init.vim refactor(vim): simplify the tab behaviour in completion 2023-02-21 16:53:22 +00:00