💾 Archived View for sdf.org › blippy › vim.gmi captured on 2023-09-28 at 16:41:48. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

➡️ Next capture (2024-03-21)

-=-=-=-=-=-=-

vim

Created 2022-07-23 Updated 2022-12-07

Turn off highlighting

Until next search:

:noh

Turn it off completely:

set hlsearch!

Tips

no splits - current window as [o]nly window

ctrl w o

swap windos

ctrl w x

split opened buffers (horz)

ctrl w s

split opened buffers (vert)

ctrl w v

go to split

ctrl w h/j/k/l

open new file as split

:sp <file>

:vsp <file>

See also

unicode/digraphs

EXITS

Leader mechanism