summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-07-14 11:24:02 -0400
committerpommicket <pommicket@gmail.com>2023-07-14 11:24:02 -0400
commitfc847c8996363a3abf349b66d379403aecd71472 (patch)
tree52c6422bc5231d2c8ed8a80053316307e189c18f /command.h
parent34ef28ec01a2475d9629dcc3f1e7891b5c92acfe (diff)
copy-path command
Diffstat (limited to 'command.h')
-rw-r--r--command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/command.h b/command.h
index 97a7c43..72dfb7c 100644
--- a/command.h
+++ b/command.h
@@ -116,6 +116,9 @@ typedef enum {
CMD_PASTE,
CMD_FIND,
CMD_FIND_REPLACE,
+
+ /// copy path to current file
+ CMD_COPY_PATH,
CMD_TAB_CLOSE,
/// argument = index of tab (starting at 0)