update vim syntax

This commit is contained in:
2025-03-26 14:07:27 +01:00
parent a6b8420c26
commit 641b8fb825
6 changed files with 37 additions and 49 deletions

View File

@@ -3,12 +3,12 @@ title: "vim windows"
tags: [ "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 |
| 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` |