summaryrefslogtreecommitdiff
path: root/command.h
diff options
context:
space:
mode:
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)