Skip to content

Commit

Permalink
Feat(telescope) add find current work
Browse files Browse the repository at this point in the history
  • Loading branch information
Gako358 committed Aug 21, 2024
1 parent f817400 commit 910bf2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/telescope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ in {
"<leader>fh" = "<cmd> Telescope help_tags<CR>";
"<leader>ft" = "<cmd> Telescope<CR>";
"<leader>fc" = "<cmd> TodoTelescope<CR>";
"<leader><space>" = "<cmd> Telescop grep_string<CR>";

# Buffers
"<Tab>" = "<cmd> Telescope buffers<CR>";
Expand Down

0 comments on commit 910bf2e

Please sign in to comment.