Go to file
Gered dc90a7dd71 adjust completion list keymaps
disable up/down arrow key navigation in the completion list. up/down
arrow keys will instead close the list. this helps reduce the feeling
of interruption i sometimes get when a completion list is open but i
(for whatever reason) need to navigate away from the current cursor
position, which would otherwise require either accepting the completion
or continuing to type at the cursor, or cancelling the completion with
the escape key.

it's a small thing, but this helps reduce some annoyances/frustrations
with auto-completion by having less overloading of the cursor keys
while in insert mode

ctrl-j and ctrl-k now behave identically to the old completion list
up/down arrow key mappings.

also the escape key mapping now performs an abort instead of just
closing the list. this feels a little bit more appropriate, but i'll
probably have to try this out for a while and see if i feel like it is
an improvement or just extra confusion.
2024-09-06 21:43:30 -04:00
ftplugin maybe sort of better rust and cmake buffer keymaps 2024-09-04 23:54:43 -04:00
lua adjust completion list keymaps 2024-09-06 21:43:30 -04:00
.gitignore cleanup gitignore 2024-09-01 22:01:02 -04:00
.stylua.toml initial commit 2024-08-31 17:37:26 -04:00
init.lua maybe sort of better rust and cmake buffer keymaps 2024-09-04 23:54:43 -04:00
install-deps.sh add helper bash script to install semi-required system dependencies 2024-08-31 21:38:18 -04:00
lazy-lock.json add nvim-ansible 2024-09-06 18:32:10 -04:00
README.md update comment/readme wording 2024-09-01 20:00:28 -04:00

Gered's Neovim Configuration

Just my personal Neovim configuration. Probably nothing of interest to anyone else.

Originally based on kickstart.nvim.