summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index e3b7784..5b74326 100644
--- a/main.c
+++ b/main.c
@@ -1610,6 +1610,9 @@ void mode_key_normal(Editor *e, u32 c) {
case 'c':
shell_run_no_prompt("git add % && git commit %");
break;
+ case 'S':
+ shell_run("git status");
+ break;
default:
/* TODO: flash */
break;