From af7d07dd02abdd8ae30a7ee984f672ccada34b5c Mon Sep 17 00:00:00 2001 From: Michael Rolli Date: Thu, 9 Jan 2025 11:23:12 +0100 Subject: [PATCH] feat(macos): disable inline text prediction --- macos/macos | 1 + 1 file changed, 1 insertion(+) diff --git a/macos/macos b/macos/macos index d0c9c76..a668e1c 100755 --- a/macos/macos +++ b/macos/macos @@ -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