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)
: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.
- These are all normal mode mappings
- Abbreviations for fast fingers
Ctrl J/K/L/H
for navigating to down, up, right, left split windowsCtrl up/down
andCtrl left/right
for adjusting split window size.gt, th, tn, tc
for navigating tabs (tabnext, tabprev, tabnew, tabclose)gb
for buffer jumpingS
for search & replace all via:%s//g
F4
for toggling spell check