Skip to content

Commit

Permalink
fix(harpoon): change word terminal to term (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMic committed Jan 17, 2024
1 parent 3304429 commit 7351bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/motion/harpoon/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local prefix = "<leader><leader>"
local term_string = vim.fn.exists "$TMUX" == 1 and "tmux" or "terminal"
local term_string = vim.fn.exists "$TMUX" == 1 and "tmux" or "term"
local maps = { n = {} }
local icon = vim.g.icons_enabled and "󱡀 " or ""
maps.n[prefix] = { desc = icon .. "Harpoon" }
Expand Down

0 comments on commit 7351bf0

Please sign in to comment.