diff --git a/bin/fzf-tmux b/bin/fzf-tmux index 290ce87..4b3e497 100755 --- a/bin/fzf-tmux +++ b/bin/fzf-tmux @@ -77,7 +77,7 @@ while [[ $# -gt 0 ]]; do if [[ ${#arg} -gt 2 ]]; then size="${arg:2}" else - if [[ "$1" =~ ^[0-9%,C]+$ ]]; then + if [[ "$1" =~ ^[0-9%,]+$ ]] || [[ "$1" =~ ^[A-Z]$ ]]; then size="$1" shift else