mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 05:01:14 +01:00
Update README.md
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
# kickstart.nvim
|
# kickstart.nvim
|
||||||
|
|
||||||
https://github.com/kdheepak/kickstart.nvim/assets/1813121/f3ff9a2b-c31f-44df-a4fa-8a0d7b17cf7b
|
|
||||||
|
|
||||||
Neovim Custom Keymaps
|
Neovim Custom Keymaps
|
||||||
|
|
||||||
@@ -13,6 +12,7 @@ Features
|
|||||||
|
|
||||||
[[ Navigation ]]
|
[[ Navigation ]]
|
||||||
|
|
||||||
|
|
||||||
Smooth scrolling with centered cursor: <leader>j / <leader>k
|
Smooth scrolling with centered cursor: <leader>j / <leader>k
|
||||||
|
|
||||||
Enhanced search: n / N keeps cursor centered
|
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>
|
Switch between splits quickly: <leader><Tab> / <Tab>
|
||||||
|
|
||||||
|
|
||||||
[[ Buffer & File Management ]]
|
[[ Buffer & File Management ]]
|
||||||
|
|
||||||
Smart buffer switch using Telescope: <leader><leader>
|
Smart buffer switch using Telescope: <leader><leader>
|
||||||
@@ -43,6 +44,7 @@ Save buffers safely:
|
|||||||
|
|
||||||
<leader>qn — Quit without saving
|
<leader>qn — Quit without saving
|
||||||
|
|
||||||
|
|
||||||
[[ Clipboard & Copying ]]
|
[[ Clipboard & Copying ]]
|
||||||
|
|
||||||
Copy current line: Y (normal mode)
|
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
|
Notifications when content is copied to clipboard
|
||||||
|
|
||||||
|
|
||||||
[[ Diagnostics ]]
|
[[ Diagnostics ]]
|
||||||
|
|
||||||
[d] / ]d — Navigate diagnostics
|
[d] / ]d — Navigate diagnostics
|
||||||
@@ -63,6 +66,7 @@ Notifications when content is copied to clipboard
|
|||||||
|
|
||||||
<leader>dq — Set location list for diagnostics
|
<leader>dq — Set location list for diagnostics
|
||||||
|
|
||||||
|
|
||||||
[[ Misc ]]
|
[[ Misc ]]
|
||||||
|
|
||||||
Reselect last visual selection after moving lines
|
Reselect last visual selection after moving lines
|
||||||
|
|||||||
Reference in New Issue
Block a user