From fd806b67974b950b3d2fdda055c7afbc4fec6b73 Mon Sep 17 00:00:00 2001 From: adgai19 Date: Tue, 19 Oct 2021 13:01:07 +0530 Subject: [PATCH] Added docs for dynamic commands --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index af9cb37..13e7778 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,13 @@ lua require("harpoon.term").sendCommand(1, 1) 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 should be called once.