From eb5c35d670b1fe8a3ff4130ca7482821f7b46d69 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 12 Aug 2023 20:18:07 +0800 Subject: [PATCH] docs: neovim --- home/base/desktop/neovim/README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/home/base/desktop/neovim/README.md b/home/base/desktop/neovim/README.md index 743e271d..4e7a5c15 100644 --- a/home/base/desktop/neovim/README.md +++ b/home/base/desktop/neovim/README.md @@ -7,6 +7,7 @@ This document outlines various shortcuts and commands for efficient usage. ## Screenshots ![](/_img/astronvim_2023-07-13_00-39.webp) +![](/img/hyprland_2023-07-29_2.webp) ## Configuration Structure @@ -128,8 +129,8 @@ The postfix(flags) in the above commands: | Description | Shortcut | | ------------------------------------- | ---------------------------------------------------------------- | -| Open Spectre search and replace panel | ` + ss` | -| Search and replace in command line | `find -name "*.nix" \| sad '' '' \| delta` | +| Open spectre.nvim search and replace panel | ` + ss` | +| Search and replace in command line(need install `sad` first) | `find -name "*.nix" \| sad '' '' \| delta` | ## Surrounding Characters @@ -169,4 +170,6 @@ The postfix(flags) in the above commands: For more detailed information and advanced usage, refer to: 1. [AstroNvim walkthrough](https://astronvim.com/Basic%20Usage/walkthrough) -2. [./astronvim_user/mapping.lua`](./astronvim_user/mappings.lua) +2. [./astronvim_user/mapping.lua](./astronvim_user/mappings.lua) +3. All the plugins' documentations +