Skip to content

Commit

Permalink
- inputrc: completion: query-items: 100 -> 128 for gcloud
Browse files Browse the repository at this point in the history
gcloud has too many options at top level in my opinion, but asking every
time is ridiculous
  • Loading branch information
smemsh committed Dec 11, 2024
1 parent 0aa73d0 commit 494cd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set print-completions-horizontally off
set skip-completed-text off
set completion-display-width -1
set completion-prefix-display-length 0
set completion-query-items 100
set completion-query-items 128

# shell or app will set this themselves, but maybe we should?
#set history-size 2147483647
Expand Down

0 comments on commit 494cd2b

Please sign in to comment.