Files
lk/writing/vim/windows.md
2026-04-16 15:04:58 +02:00

16 lines
497 B
Markdown

---
title: "vim windows"
tags: [ "vim", "TUI" ]
requires: [ "vim basics" ]
---
| Command | Keys |
|:--------------------------|:-------------------:|
| split window | `C-w s` |
| split window vertically | `C-w v` |
| close window | `C-q` |
| change window | `C-w w` |
| rotate windows | `C-w r` |
| split open new file | `:sf $filepath` |