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