Skip to content

Commit

Permalink
Don't add backslash in --window-id completion
Browse files Browse the repository at this point in the history
trailing spaces causes backslashes in completion
  • Loading branch information
nikitabobko committed Oct 13, 2024
1 parent 2c3924f commit 817a34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar/commands-bnf-grammar.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ aerospace -h;
| list-workspaces [--format <output_format>|--count|--json] (--all|--focused) [--format <output_format>|--count|--json]
;

<window_id> ::= {{{ aerospace list-windows --all --format '%{window-id}%{right-padding}%{tab}%{app-name}%{right-padding} | %{window-title}' }}};
<window_id> ::= {{{ aerospace list-windows --all --format '%{window-id}%{tab}%{app-name}%{right-padding} | %{window-title}' }}};
<binding> ::= {{{ aerospace config --get mode --keys | xargs -I{} aerospace config --get mode.{}.binding --keys }}};
<mode_id> ::= {{{ aerospace config --get mode --keys }}};
<workspace> ::= {{{ aerospace list-workspaces --monitor all --empty no }}};
Expand Down

0 comments on commit 817a34f

Please sign in to comment.