Dotfiles/site-modules/core/files
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
..
bin feat(tmux): add popup window switcher 2022-12-22 19:56:02 +00:00
emacs refactor(emacs): update terminal prompt and enable goto-address-mode 2022-04-25 19:50:13 +01:00
fonts refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
oh-my-zsh chore(shell): change the layout of fzf commands 2023-02-09 19:34:04 +00:00
scripts refactor(core): start to make dotfiles public 2020-09-20 06:22:17 +01:00
vim refactor(vim): simplify the tab behaviour in completion 2023-02-21 16:53:22 +00:00
alacritty.yml feat(term): add alacritty and base16 colours 2020-09-20 21:13:11 +01:00
tmux.conf feat(tmux): add popup window switcher 2022-12-22 19:56:02 +00:00
zshrc chore(shell): migrate the shell themes to tinted-theming 2023-02-09 19:32:42 +00:00