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 | Action |
|-----|--------|
| `<leader>e` | File explorer |
| `<leader>f` | Find files |
| `<leader>g` | Live grep |
| `<Tab>` / `<S-Tab>` | Cycle buffers |
| `<Alt-Arrow>` | Navigate splits (Kitty) |
| `<Alt-c>` | Toggle Copilot Chat |
| `<C-q>` | Toggle terminal |
| `<leader>u` | Undotree |
| `<leader>ap` | Code actions preview |
| `<leader>sp` | Colorscheme picker |
| Key | Action |
| ------------------- | ----------------------- |
| `<leader>e` | File explorer |
| `<leader>f` | Find files |
| `<leader>g` | Live grep |
| `<Tab>` / `<S-Tab>` | Cycle buffers |
| `<Alt-Arrow>` | Navigate splits (Kitty) |
| `<Alt-c>` | Toggle Copilot Chat |
| `<C-q>` | Toggle terminal |
| `<leader>u` | Undotree |
| `<leader>ap` | Code actions preview |
| `<leader>sp` | Colorscheme picker |
## Requirements
@@ -43,7 +43,7 @@ Personal Neovim configuration using [lazy.nvim](https://github.com/folke/lazy.nv
## Installation
```bash
git clone https://github.com/YOUR_USERNAME/nvim ~/.config/nvim
git clone https://github.com/Zacharias-Brohn/nvimdots ~/.config/nvim
nvim
```