Merge pull request #104 from adgai19/cmd-ui-docs

fixed command for cmd-ui
This commit is contained in:
ThePrimeagen 2021-10-26 07:59:48 -06:00 committed by GitHub
commit 54a47d3590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ lua require("harpoon.term").sendCommand(1, "ls -la")
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()
lua require('harpoon.cmd-ui').toggle_quick_menu()
```
### Setup