| Versions | Description |
|---|---|
| minirc | a barebones, no plugin .vimrc |
| init.lua | my current config (neovim 0.9.5) |
- Basic statusline with Git integration (shows branch info)
:BufOnlycommand, just like:tabonlybut for buffers.ToggleCursors()function, turns on cursorline and cursorcolumn.- Autocommand for opening images in vim, uses
xdg-open,open,startfor linux, macos, windows, respectively.
- These are all normal mode mappings
- Abbreviations for fast fingers
Ctrl J/K/L/Hfor navigating to down, up, right, left split windowsCtrl up/downandCtrl left/rightfor adjusting split window size.gt, th, tn, tcfor navigating tabs (tabnext, tabprev, tabnew, tabclose)gbfor buffer jumpingSfor search & replace all via:%s//gF4for toggling spell check