diff --git a/README.md b/README.md index 1af1655..533344c 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,39 @@ A pre-configured, performance-oriented Neovim setup designed to get you from zer * **Modern Aesthetics:** Features the `tokyonight` color scheme with enabled transparency and `lualine` for a sleek, functional status bar. * **Syntax Highlighting:** Robust parsing for over 15 languages via `nvim-treesitter`. * **Git Integration:** Quick access to Git commands using `vim-fugitive`. +* **Custom Dashboard:** A branded startup screen via `dashboard-nvim` with quick-access shortcuts to your most common actions. ## Essential Keybindings The **Leader Key** is set to `Space`. +**Note:** Dashboard keybindings are active only on the startup screen and do not require the leader key prefix. + +### Dashboard +| Action | Keybinding | Description | +| :--- | :--- | :--- | +| **File Explorer** | `cd` | Open Netrw directly from the dashboard. | +| **Find Files** | `ff` | Fuzzy find files via Telescope. | +| **Live Grep** | `fg` | Search across all files via Telescope. | +| **Harpoon Menu** | `e` | Open the Harpoon quick menu. | +| **Harpoon Search** | `fl` | Search Harpoon marks via Telescope. | +| **Lazy Manager** | `z` | Open the Lazy plugin manager. | +| **Help Tags** | `fh` | Search Neovim help tags via Telescope. | +| **Quit** | `q` | Quit Neovim. | + +### Dashboard +| Action | Keybinding | Description | +| :--- | :--- | :--- | +| **File Explorer** | `cd` | Open Netrw directly from the dashboard. | +| **Find Files** | `ff` | Fuzzy find files via Telescope. | +| **Live Grep** | `fg` | Search across all files via Telescope. | +| **Harpoon Menu** | `e` | Open the Harpoon quick menu. | +| **Harpoon Search** | `fl` | Search Harpoon marks via Telescope. | +| **Lazy Manager** | `z` | Open the Lazy plugin manager. | +| **Help Tags** | `fh` | Search Neovim help tags via Telescope. | +| **Quit** | `q` | Quit Neovim. | + + ### Navigation & Searching | Action | Keybinding | Description | | :--- | :--- | :--- |