From 8d47a5a06a41b8270261832dae32178860251ded Mon Sep 17 00:00:00 2001 From: christy-lumberg Date: Tue, 4 Nov 2025 08:40:32 +0000 Subject: [PATCH] linting --- docs/neovim-cheatsheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/neovim-cheatsheet.md b/docs/neovim-cheatsheet.md index 33d9021..7e115a6 100644 --- a/docs/neovim-cheatsheet.md +++ b/docs/neovim-cheatsheet.md @@ -90,7 +90,7 @@ - `Ctrl+w _` - Maximize height - `Ctrl+w |` - Maximize width -## Your Custom Keybindings +## Custom Keybindings *Based on your config with `` = Space* ### File Explorer @@ -150,4 +150,4 @@ - System clipboard integration: Just yank normally with `y` - it copies to system clipboard! (You have `clipboard=unnamedplus` set) --- -*Last updated: October 2025* \ No newline at end of file +*Last updated: November 2025*