Vim-Config Versions Description minirc a barebones, no plugin .vimrc init.lua my current config (neovim 0.9.5) minirc Basic statusline with Git integration (shows branch info) :BufOnly command, just like :tabonly but for buffers. ToggleCursors() function, turns on cursorline and cursorcolumn. Autocommand for opening images in vim, uses xdg-open, open, start for linux, macos, windows, respectively. init.lua Keybindings These are all normal mode mappings Abbreviations for fast fingers Ctrl J/K/L/H for navigating to down, up, right, left split windows Ctrl up/down and Ctrl left/right for adjusting split window size. gt, th, tn, tc for navigating tabs (tabnext, tabprev, tabnew, tabclose) gb for buffer jumping S for search & replace all via :%s//g F4 for toggling spell check