mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-16 11:00:23 +00:00
fix: #354
This commit is contained in:
parent
b546ffebf0
commit
80a428855f
@ -177,12 +177,14 @@ Settings can alter the experience of harpoon
|
|||||||
|
|
||||||
**Descriptions**
|
**Descriptions**
|
||||||
* `save_on_toggle`: any time the ui menu is closed then we will sync the state back to the backing list
|
* `save_on_toggle`: any time the ui menu is closed then we will sync the state back to the backing list
|
||||||
|
* `border_chars`: the ui's border characters to be displayed
|
||||||
* `key` how the out list key is looked up. This can be useful when using worktrees and using git remote instead of file path
|
* `key` how the out list key is looked up. This can be useful when using worktrees and using git remote instead of file path
|
||||||
|
|
||||||
**Defaults**
|
**Defaults**
|
||||||
```lua
|
```lua
|
||||||
settings = {
|
settings = {
|
||||||
save_on_toggle = false,
|
save_on_toggle = false,
|
||||||
|
border_chars = { "─", "│", "─", "│", "╭", "╮", "╯", "╰" },
|
||||||
key = function()
|
key = function()
|
||||||
return vim.loop.cwd()
|
return vim.loop.cwd()
|
||||||
end,
|
end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user