Skip to content

Commit

Permalink
feat: add <C-w>_ to misc (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegodox committed Sep 4, 2022
1 parent e4db960 commit 03b8c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/which-key/plugins/presets/misc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ local misc = {
["<lt>"] = "Decrease width",
[">"] = "Increase width",
["|"] = "Max out the width",
["_"] = "Max out the height",
["="] = "Equally high and wide",
h = "Go to the left window",
l = "Go to the right window",
Expand Down

0 comments on commit 03b8c1d

Please sign in to comment.