Update README.md

This commit is contained in:
psychhim
2025-10-06 21:51:18 +05:30
committed by GitHub
parent 01ce4f7000
commit 695193c71d

View File

@@ -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: <leader>j / <leader>k
Enhanced search: n / N keeps cursor centered
@@ -21,6 +21,7 @@ Move lines visually: J / K in visual mode
Switch between splits quickly: <leader><Tab> / <Tab>
[[ Buffer & File Management ]]
Smart buffer switch using Telescope: <leader><leader>
@@ -43,6 +44,7 @@ Save buffers safely:
<leader>qn — Quit without saving
[[ Clipboard & Copying ]]
Copy current line: Y (normal mode)
@@ -55,6 +57,7 @@ Paste from clipboard: <leader>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
<leader>dq — Set location list for diagnostics
[[ Misc ]]
Reselect last visual selection after moving lines