From 973c4d27d0a9f4d13dae4018f0b14eaed8250fe5 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 27 Dec 2023 23:02:56 +0800 Subject: [PATCH] feat: README for neovim + zellij --- home/base/desktop/neovim/README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/home/base/desktop/neovim/README.md b/home/base/desktop/neovim/README.md index 74eab634..f24038e1 100644 --- a/home/base/desktop/neovim/README.md +++ b/home/base/desktop/neovim/README.md @@ -35,15 +35,16 @@ Remove all unused plugins: ## Terminal Related -I used to use the following instructions frequently, but now **I switched my daily terminal environment to zellij**, +I used to use Neovim's terminal related shortcuts frequently, but now **I switched my daily terminal environment to zellij**, which provides a more powerful and stable terminal experience, so I don't use neovim's terminal feature anymore. -| Action | Shortcut | -| ----------------------------- | -------------- | -| Floating Terminal | ` + tf` | -| Horizontal Split Terminal | ` + th` | -| Vertical Split Terminal | ` + tv` | -| Open IPython REPL | ` + tp` | +So here is zellij's terminal shortcuts I use frequently now: + +| Action | Zellij's Shortcut | +| ------------------------- | ------------------ | +| Floating Terminal | `Ctrl +

+ ` | +| Horizontal Split Terminal | `Ctrl +

+ ` | +| Vertical Split Terminal | `Ctrl +

+ ` | ## Visual Modes