lk/vim/vim-windows.md

16 lines
273 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
title: "windows"
tags: [ "Documentation", "vim" ]
---
2020-01-14 01:29:59 +00:00
| 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 path/file |