From 872caa04070bd2f5797a3016c9d9168062d88332 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Fri, 14 Jul 2023 02:08:47 +0800 Subject: [PATCH] feat: astronvim - comments --- home/base/desktop/neovim/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/home/base/desktop/neovim/default.nix b/home/base/desktop/neovim/default.nix index 4f91ea43..e1d846be 100644 --- a/home/base/desktop/neovim/default.nix +++ b/home/base/desktop/neovim/default.nix @@ -29,6 +29,17 @@ # Previous Buffer(Tab): `[b` # Close Buffer: ` + c` # +# Format Document: ` + lf` +# Code Actions: ` + la` +# Rename: ` + lr` +# +# Save Session: ` + Ss` +# Last Session: ` + Sl` +# Delete Session: ` + Sd` +# Search Session: ` + Sf` +# Load Current Directory Session:` + S.` +# +# Debugging: ... # # ...... # See https://astronvim.com/Basic%20Usage/walkthrough