mirror of
https://github.com/ThePrimeagen/harpoon.git
synced 2025-07-14 01:50:27 +00:00
Added docs for dynamic commands
This commit is contained in:
parent
7bf7929a15
commit
fd806b6797
@ -120,6 +120,13 @@ lua require("harpoon.term").sendCommand(1, 1)
|
|||||||
lua require("harpoon.term").sendCommand(1, "ls -la")
|
lua require("harpoon.term").sendCommand(1, "ls -la")
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Dynamic commands to terminal
|
||||||
|
This feature adds ability to change commands while working inside a project.
|
||||||
|
Just call the following function to edit commands inside the list
|
||||||
|
```lua
|
||||||
|
lua require('harpoon.ui-cmd').toggle_quick_menu()
|
||||||
|
```
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
Setup should be called once.
|
Setup should be called once.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user