rename vim files

This commit is contained in:
2022-01-18 13:31:03 +01:00
parent f03ca67852
commit 9fa6c0d7c2
4 changed files with 0 additions and 0 deletions

15
vim/vim windows.md Normal file
View File

@@ -0,0 +1,15 @@
---
title: "windows"
tags: [ "Documentation", "vim" ]
---
| 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 |