mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
fix: add docs
This commit is contained in:
parent
7758ef1a0c
commit
7670f8d7a9
@ -137,6 +137,7 @@ require("harpoon").setup({
|
|||||||
global_settings = {
|
global_settings = {
|
||||||
save_on_toggle = false,
|
save_on_toggle = false,
|
||||||
save_on_change = true,
|
save_on_change = true,
|
||||||
|
enter_on_sendcmd = false,
|
||||||
},
|
},
|
||||||
... your other configs ...
|
... your other configs ...
|
||||||
})
|
})
|
||||||
@ -148,6 +149,8 @@ require("harpoon").setup({
|
|||||||
enable this option (on by default) harpoon will not save any changes to your
|
enable this option (on by default) harpoon will not save any changes to your
|
||||||
file. It is very unreliable to save your harpoon on exit (at least that is
|
file. It is very unreliable to save your harpoon on exit (at least that is
|
||||||
what I have found).
|
what I have found).
|
||||||
|
* `enter_on_sendcmd` will set harpoon to run the command immediately as it's
|
||||||
|
passed to the terminal when calling `sendCommand`.
|
||||||
|
|
||||||
#### Preconfigured Terminal Commands
|
#### Preconfigured Terminal Commands
|
||||||
These are project specific commands that you wish to execute on the regular.
|
These are project specific commands that you wish to execute on the regular.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user