From 9a45cc64487a2c6ebd7f135161e78baa5235202c Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 13 Apr 2024 00:35:05 +0800 Subject: [PATCH] feat(home/base/tui/editors/neovim): astronvim v4 - gT => gy --- home/base/tui/editors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/base/tui/editors/README.md b/home/base/tui/editors/README.md index bb3cf686..bcc309e2 100644 --- a/home/base/tui/editors/README.md +++ b/home/base/tui/editors/README.md @@ -205,7 +205,7 @@ The postfix(flags) in the above commands: | Show all buffers | `:ls` | | show next/previous buffer | `]b`/`[b` or `:bn[ext]` / `bp[rev]` | | New Tab(New Workspace in DoomEmacs) | `:tabnew` | -| Next/Previews Tab | `gt`/`gT` | +| Next/Previews Tab | `gt`/`gy` | ### History