From 820c2c1207f8277070d30384346bd9ed709dbb64 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Thu, 11 Dec 2025 15:45:52 +0100 Subject: [PATCH] readme oops --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index fdff163..854ebcc 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ Personal Neovim configuration using [lazy.nvim](https://github.com/folke/lazy.nv ## Key Mappings -| Key | Action | -|-----|--------| -| `e` | File explorer | -| `f` | Find files | -| `g` | Live grep | -| `` / `` | Cycle buffers | -| `` | Navigate splits (Kitty) | -| `` | Toggle Copilot Chat | -| `` | Toggle terminal | -| `u` | Undotree | -| `ap` | Code actions preview | -| `sp` | Colorscheme picker | +| Key | Action | +| ------------------- | ----------------------- | +| `e` | File explorer | +| `f` | Find files | +| `g` | Live grep | +| `` / `` | Cycle buffers | +| `` | Navigate splits (Kitty) | +| `` | Toggle Copilot Chat | +| `` | Toggle terminal | +| `u` | Undotree | +| `ap` | Code actions preview | +| `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 ```