Skip to content

Commit

Permalink
Add whitespace for English scheme to show autocomplete for phrases th…
Browse files Browse the repository at this point in the history
…at has spaces
  • Loading branch information
subins2000 committed Nov 21, 2023
1 parent e137e83 commit 9c3e122
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemes/en/en.scheme
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ stable true
("a"..."z").to_a.each do |letter|
consonants letter => letter
end

# To show autocomplete for phrases that has spaces
consonants " " => " "

0 comments on commit 9c3e122

Please sign in to comment.