aboutsummaryrefslogtreecommitdiff
path: root/minibuffer.sh
diff options
context:
space:
mode:
Diffstat (limited to 'minibuffer.sh')
-rwxr-xr-xminibuffer.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/minibuffer.sh b/minibuffer.sh
new file mode 100755
index 0000000..0bf4916
--- /dev/null
+++ b/minibuffer.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+window_height="$(tmux display -p '#{window_height}')"
+tmux display-popup -EB \
+ -w 100% -h 16 \
+ -x 0 -y "$(($window_height + 1))" \
+ "$@"
+