Skip to content

Commit

Permalink
Fix regression from harpoon2
Browse files Browse the repository at this point in the history
  • Loading branch information
fgoncalves committed Apr 2, 2024
1 parent 8645c03 commit c89f55a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/lipe/preferences/keybinds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ return {
["l"] = { _cmd("Telescope buffers"), "List Buffers" },
},

["e"] = { _cmd("Ex"), "Netrw Toggle" },
-- Dynamic file explorer, input gotten from entry init.lua
["e"] = { _cmd(FILE_EXPLORERS[FILE_EXPLORER_TO_USE]), FILE_EXPLORER_TO_USE .. " Toggle" },

-- Git
g = {
Expand Down

0 comments on commit c89f55a

Please sign in to comment.