aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-03-24 11:31:48 -0700
committerGravatar Tom Willemse2026-03-30 10:28:30 -0700
commit9dca41239d2413aace2aabe953ffed8b4452da1a (patch)
treedcc7c51c36f96b2a83fd6f14d263461e19d5d2bc
parentcae69d767a96f5ce04021dcced7146fa8ada252e (diff)
downloadnew-dotfiles-9dca41239d2413aace2aabe953ffed8b4452da1a.tar.gz
new-dotfiles-9dca41239d2413aace2aabe953ffed8b4452da1a.zip
glide: keyboard_quit: Also close the command-line
-rw-r--r--glide/.config/glide/glide.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/glide/.config/glide/glide.ts b/glide/.config/glide/glide.ts
index 88e93ce..bb9863c 100644
--- a/glide/.config/glide/glide.ts
+++ b/glide/.config/glide/glide.ts
@@ -90,6 +90,10 @@ const keyboard_quit = glide.excmds.create({
glide.findbar.close();
}
+ if (glide.commandline.is_active()) {
+ glide.commandline.close();
+ }
+
glide.excmds.execute('mode_change normal');
});