Skip to content

Commit

Permalink
Reactivate q/ and q? keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jendker committed Oct 14, 2024
1 parent 71df4b8 commit 17fcefa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stow/common/dot-config/nvim/lua/keymaps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ end, { desc = "[t]oggle [m]ouse" })
-- don't enter command history
map("n", "Q", "<nop>")
map("n", "q:", "<nop>")
map("n", "q/", "<nop>")
map("n", "q?", "<nop>")

-- don't break scrolling. If you need join, use gJ instead
map({"n", "x"}, "J", "j")
Expand Down

0 comments on commit 17fcefa

Please sign in to comment.