From 990074f250e5ac0095267ae193307e2fac15de85 Mon Sep 17 00:00:00 2001 From: Dich Date: Wed, 28 May 2025 20:54:56 +0800 Subject: [PATCH] update:nvim --- nvim/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/nvim/README.md b/nvim/README.md index 185280b..5afc03d 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -2,3 +2,16 @@ A starter template for [LazyVim](https://github.com/LazyVim/LazyVim). Refer to the [documentation](https://lazyvim.github.io/installation) to get started. + +## Plugins + +- Markdown support: using Markdown-priview.nvim +- Clipboard support: using nvim-osc52 +- Git UI support: using lazygit.nvim + +## Keymaps + +- Add Ctrl+W to quit buffer; +- Add Ctrl+Tab to switch buffer; +- Add Ctrl+Shift+5 to start a new terminal; +- Add Ctrl+/h/j/k/l to switch between terminals;