readme oops

This commit is contained in:
Zacharias-Brohn
2025-12-11 15:45:52 +01:00
parent 8b3a35220e
commit 820c2c1207
+13 -13
View File
@@ -20,18 +20,18 @@ Personal Neovim configuration using [lazy.nvim](https://github.com/folke/lazy.nv
## Key Mappings ## Key Mappings
| Key | Action | | Key | Action |
|-----|--------| | ------------------- | ----------------------- |
| `<leader>e` | File explorer | | `<leader>e` | File explorer |
| `<leader>f` | Find files | | `<leader>f` | Find files |
| `<leader>g` | Live grep | | `<leader>g` | Live grep |
| `<Tab>` / `<S-Tab>` | Cycle buffers | | `<Tab>` / `<S-Tab>` | Cycle buffers |
| `<Alt-Arrow>` | Navigate splits (Kitty) | | `<Alt-Arrow>` | Navigate splits (Kitty) |
| `<Alt-c>` | Toggle Copilot Chat | | `<Alt-c>` | Toggle Copilot Chat |
| `<C-q>` | Toggle terminal | | `<C-q>` | Toggle terminal |
| `<leader>u` | Undotree | | `<leader>u` | Undotree |
| `<leader>ap` | Code actions preview | | `<leader>ap` | Code actions preview |
| `<leader>sp` | Colorscheme picker | | `<leader>sp` | Colorscheme picker |
## Requirements ## Requirements
@@ -43,7 +43,7 @@ Personal Neovim configuration using [lazy.nvim](https://github.com/folke/lazy.nv
## Installation ## Installation
```bash ```bash
git clone https://github.com/YOUR_USERNAME/nvim ~/.config/nvim git clone https://github.com/Zacharias-Brohn/nvimdots ~/.config/nvim
nvim nvim
``` ```