aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-01 11:59:33 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-01 11:59:33 +0200
commit470c934fc77a978d4d1fa6171f8ca2c6556a6364 (patch)
tree124e523aad731097df7f2c753b23ba5ed514bacd /config.h
parent91ee56ec181769e9b3f4b3b7b8ddb0ab790a7890 (diff)
downloadnoice-470c934fc77a978d4d1fa6171f8ca2c6556a6364.tar.gz
Implement SEL_RUNWITH
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index ed0b3f9..ad9d068 100644
--- a/config.h
+++ b/config.h
@@ -98,4 +98,5 @@ struct key bindings[] = {
/* Run command with argument */
{ 'e', SEL_RUNARG, "vi", "EDITOR" },
{ 'p', SEL_RUNARG, "less", "PAGER" },
+ { 'o', SEL_RUNWITH },
};