Skip to content

Commit

Permalink
feat(preset): add z<CR> preset (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmillr committed Apr 17, 2023
1 parent b56c512 commit ed37330
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/which-key/plugins/presets/misc.lua
Expand Up @@ -42,6 +42,7 @@ local misc = {
x = "Update folds",
z = "Center this line",
t = "Top this line",
["<CR>"] = "Top this line, 1st non-blank col",
b = "Bottom this line",
g = "Add word to spell list",
w = "Mark word as bad/misspelling",
Expand Down

0 comments on commit ed37330

Please sign in to comment.