From 1b8d9e11e4f2b84ac39743a2aec2210683be8915 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 10 Sep 2025 18:31:00 +0200 Subject: [PATCH] Update readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index f0cf6b5..79a5ce4 100644 --- a/README.md +++ b/README.md @@ -293,10 +293,12 @@ blog = { #### Key Features: - **File Explorer**: nvim-tree with dotfile filtering +- **Tab Bar**: bufferline with seamless integration alongside file tree - **Fuzzy Finder**: Telescope for fast file finding, text search, and navigation - **Syntax Highlighting**: Treesitter with comprehensive language support - **Git Integration**: vim-fugitive for git operations - **Status Line**: lualine with gruvbox theme and relative paths +- **Indent Guides**: Subtle indent lines for better code structure visibility - **System Clipboard**: Seamless integration for copy/paste - **Markdown Rendering**: render-markdown.nvim for beautiful in-buffer preview - **Auto-completion**: Basic word and path completion @@ -313,6 +315,13 @@ blog = { | `f` | Show current file in Finder | +**Buffer/Tab Navigation:** +| Key | Action | +|-----|--------| +| `` | Previous buffer/tab | +| `` | Next buffer/tab | +| `x` | Close current buffer | + **Fuzzy Finding (Telescope):** | Key | Action | |-----|--------| @@ -327,6 +336,18 @@ blog = { | `` | Send results to quickfix list | | `` | Close Telescope | +**File Explorer (nvim-tree):** +| Key | Action | +|-----|--------| +| `r` | Rename file/folder | +| `a` | Create new file/folder (end with `/` for folder) | +| `d` | Delete file/folder | +| `x` | Cut file/folder | +| `c` | Copy file/folder | +| `p` | Paste | +| `y` | Copy name | +| `Y` | Copy relative path | +| `gy` | Copy absolute path | **Other:** | Key | Action |