Skip to content

Commit

Permalink
fix(keymaps): remove gw keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Aug 29, 2023
1 parent 451bde5 commit 23e2b07
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/lazyvim/config/keymaps.lua
Expand Up @@ -66,8 +66,6 @@ map(
{ desc = "Redraw / clear hlsearch / diff update" }
)

map({ "n", "x" }, "gw", "*N", { desc = "Search word under cursor" })

-- 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("x", "n", "'Nn'[v:searchforward]", { expr = true, desc = "Next search result" })
Expand Down

0 comments on commit 23e2b07

Please sign in to comment.