mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 01:38:28 +02:00
docs: neovim
This commit is contained in:
@@ -7,6 +7,7 @@ This document outlines various shortcuts and commands for efficient usage.
|
|||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|

|
||||||
|
|
||||||
## Configuration Structure
|
## Configuration Structure
|
||||||
|
|
||||||
@@ -128,8 +129,8 @@ The postfix(flags) in the above commands:
|
|||||||
|
|
||||||
| Description | Shortcut |
|
| Description | Shortcut |
|
||||||
| ------------------------------------- | ---------------------------------------------------------------- |
|
| ------------------------------------- | ---------------------------------------------------------------- |
|
||||||
| Open Spectre search and replace panel | `<Space> + ss` |
|
| Open spectre.nvim search and replace panel | `<Space> + ss` |
|
||||||
| Search and replace in command line | `find -name "*.nix" \| sad '<pattern>' '<replacement>' \| delta` |
|
| Search and replace in command line(need install `sad` first) | `find -name "*.nix" \| sad '<pattern>' '<replacement>' \| delta` |
|
||||||
|
|
||||||
## Surrounding Characters
|
## Surrounding Characters
|
||||||
|
|
||||||
@@ -169,4 +170,6 @@ The postfix(flags) in the above commands:
|
|||||||
For more detailed information and advanced usage, refer to:
|
For more detailed information and advanced usage, refer to:
|
||||||
|
|
||||||
1. [AstroNvim walkthrough](https://astronvim.com/Basic%20Usage/walkthrough)
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user