From 6fc0a83d3e5c2222a8c6042ae52fb672fe0b4d52 Mon Sep 17 00:00:00 2001 From: psychhim Date: Sat, 15 Nov 2025 19:44:44 +0530 Subject: [PATCH] Fix: cleanup --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6fec165..43e6497 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A collection of custom keymaps for Neovim aimed at improving productivity, navig - Move lines visually: `J` / `K` in visual mode - Switch between splits quickly: `` / `` -### Buffer & File Management +### Buffer Management - Smart buffer switch using Telescope: `` - Smart file open (`gf`) reuses empty buffers or opens in a new tab @@ -34,7 +34,7 @@ A collection of custom keymaps for Neovim aimed at improving productivity, navig - Copy selection: `Y` (visual mode, trims extra newlines) - Select all and copy: `lY` (entire buffer without trailing newline) - Paste from clipboard: `P` (at cursor, or over selection without yanking it) -- Notifications when content is copied to clipboard +- Paste over selection without yanking replaced text: `p` ### Diagnostics @@ -42,13 +42,6 @@ A collection of custom keymaps for Neovim aimed at improving productivity, navig - `de` — Open diagnostic floating window - `dq` — Set location list for diagnostics -### Misc - -- Reselect last visual selection after moving lines -- Better word wrap handling: `j` / `k` intelligently move through wrapped lines -- Smart `J` in normal mode joins lines without moving cursor -- Paste over selection without yanking replaced text: `p` - --- ## Keymaps Overview