Skip to content

Files

Latest commit

038946a · Sep 20, 2021

History

History
22 lines (16 loc) · 294 Bytes

vim.md

File metadata and controls

22 lines (16 loc) · 294 Bytes

VIM

Manage windows

Move the cursor between windows

To Last window: CTRL-w CTRL-p
To the top-left window: CTRL-w + t
To the bottom-right window: CTRL-w + b

Swap current window with the previous one

CTRL-W + x

Format JSON file

:%!python -m json.tool