2022-01-16 18:20:39 +00:00
|
|
|
---
|
2022-02-03 19:10:35 +00:00
|
|
|
title: "vim windows"
|
2022-01-16 18:20:39 +00:00
|
|
|
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 |
|
|
|
|
|