Skip to content

Commit

Permalink
fix duplicate mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
siph committed Nov 5, 2023
1 parent 7d55eda commit 7534b67
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/telescope/telescope.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
action = "<cmd>lua require('telescope.builtin').buffers()<CR>";
options.desc = "Find Buffer";
}
{
mode = "n";
key = "<leader>fb";
action = "<cmd>lua require('telescope.builtin').buffers()<CR>";
options.desc = "Find Buffer";
}
{
mode = "n";
key = "<leader>fh";
Expand Down

0 comments on commit 7534b67

Please sign in to comment.