Skip to content

Commit

Permalink
feat(presets): added gt and gT. Fixes #457
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 13, 2023
1 parent 7ccf476 commit 3ba77f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/which-key/plugins/presets/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ local misc = {
["gn"] = "Search forwards and select",
["gN"] = "Search backwards and select",
["g%"] = "Cycle backwards through results",
["gt"] = "Go to next tab page",
["gT"] = "Go to previous tab page",
},
}

Expand Down

0 comments on commit 3ba77f0

Please sign in to comment.