Skip to content

Commit 8b5c2b9

Browse files
committed
home (nvim): fix telescope help search
1 parent 8d679a3 commit 8b5c2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/terminal/nvim/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ in
115115
mode = [ "n" ];
116116
}
117117
{
118-
action = "<cmd>Telescope help_tag<CR>";
118+
action = "<cmd>Telescope help_tags<CR>";
119119
key = "<leader>fh";
120120
mode = [ "n" ];
121121
}

0 commit comments

Comments
 (0)