💾 Archived View for sdf.org › blippy › vim.gmi captured on 2024-07-08 at 23:51:04. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-03-21)
-=-=-=-=-=-=-
Created 2022-07-23 Updated 2023-09-02
Until next search:
:noh
Turn it off completely:
set hlsearch!
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>
cc change line
=i{ Format code block
gg=G Format file
date insertion:
:r !date
movement:
H top of screen
M middle
L bottom
Start editor at end of file:
vim -c '