Nearly 2 decades of vi/vim/Neovim/tmux use, looking to become more involved in the community and give back.
I map all completions to <tab> (so `i_<tab>l`) in insert mode because I've never wanted to type a tab on purpose.
I map all completions to <tab> (so `i_<tab>l`) in insert mode because I've never wanted to type a tab on purpose.
vim.api.nvim_create_autocmd('VimResized', {
command = 'wincmd =',
})
vim.api.nvim_create_autocmd('VimResized', {
command = 'wincmd =',
})