diff --git a/README.md b/README.md index abb1b1e..5f85150 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # kickstart.nvim -https://github.com/kdheepak/kickstart.nvim/assets/1813121/f3ff9a2b-c31f-44df-a4fa-8a0d7b17cf7b Neovim Custom Keymaps @@ -13,6 +12,7 @@ Features [[ Navigation ]] + Smooth scrolling with centered cursor: j / k Enhanced search: n / N keeps cursor centered @@ -21,6 +21,7 @@ Move lines visually: J / K in visual mode Switch between splits quickly: / + [[ Buffer & File Management ]] Smart buffer switch using Telescope: @@ -43,6 +44,7 @@ Save buffers safely: qn — Quit without saving + [[ Clipboard & Copying ]] Copy current line: Y (normal mode) @@ -55,6 +57,7 @@ Paste from clipboard: P (at cursor, or over selection without yanking it Notifications when content is copied to clipboard + [[ Diagnostics ]] [d] / ]d — Navigate diagnostics @@ -63,6 +66,7 @@ Notifications when content is copied to clipboard dq — Set location list for diagnostics + [[ Misc ]] Reselect last visual selection after moving lines