Skip to content

Commit

Permalink
feat(macos): disable inline text prediction
Browse files Browse the repository at this point in the history
  • Loading branch information
mrolli committed Jan 9, 2025
1 parent 14f2254 commit af7d07d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions macos/macos
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ defaults write NSGlobalDomain NSAutomaticDashSubstitutionEnabled -bool false
defaults write NSGlobalDomain NSAutomaticPeriodSubstitutionEnabled -bool false
defaults write NSGlobalDomain NSAutomaticQuoteSubstitutionEnabled -bool false
defaults write NSGlobalDomain NSAutomaticTextCompletionEnabled -bool true
defaults wirte NSGlobalDomain NSAutomaticInlinePredictionEnabled -bool false

# Restart automatically if the computer freezes
if [[ "$RUN_AS_ROOT" = true ]]; then
Expand Down

0 comments on commit af7d07d

Please sign in to comment.