aboutsummaryrefslogtreecommitdiff
path: root/minibuffer.sh
blob: 0bf4916ebf22929b2f002f49d342f15feeb898b2 (plain)
1
2
3
4
5
6
7
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))" \
  "$@"