From d00d8cd43b8b13e63f824a517fa447d3818a3451 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 12 Aug 2023 20:17:33 +0800 Subject: [PATCH] docs: neovim --- home/base/desktop/neovim/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/base/desktop/neovim/README.md b/home/base/desktop/neovim/README.md index da953268..743e271d 100644 --- a/home/base/desktop/neovim/README.md +++ b/home/base/desktop/neovim/README.md @@ -64,9 +64,9 @@ For more details, visit the [AstroNvim website](https://astronvim.com/). ## Splitting and Buffers | Action | Shortcut | -| --------------------- | ------------- | --- | +| --------------------- | ------------- | | Horizontal Split | `\` | -| Vertical Split | ` | ` | +| Vertical Split | `\|` | | Next Buffer (Tab) | `]b` | | Previous Buffer (Tab) | `[b` | | Close Buffer | ` + c` |