mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-29 23:25:30 +02:00
style: desc for gw
This commit is contained in:
parent
8a9265efed
commit
70966bbc19
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ map(
|
||||||
{ desc = "Redraw / clear hlsearch / diff update" }
|
{ desc = "Redraw / clear hlsearch / diff update" }
|
||||||
)
|
)
|
||||||
|
|
||||||
map({ "n", "x" }, "gw", "*N", { desc = "Highlight under cursor" })
|
map({ "n", "x" }, "gw", "*N", { desc = "Search word under cursor" })
|
||||||
|
|
||||||
-- https://github.com/mhinz/vim-galore#saner-behavior-of-n-and-n
|
-- https://github.com/mhinz/vim-galore#saner-behavior-of-n-and-n
|
||||||
map("n", "n", "'Nn'[v:searchforward]", { expr = true, desc = "Next search result" })
|
map("n", "n", "'Nn'[v:searchforward]", { expr = true, desc = "Next search result" })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue