From 58897c844e03537b2fed3b4fa6bb3d0d0817b8c2 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 16 Dec 2024 14:26:33 -0500 Subject: [PATCH] Allow VSCode Neovim plugin to work in Macos --- configs/macos/set-defaults.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/macos/set-defaults.sh b/configs/macos/set-defaults.sh index a54e6f4..62bc08f 100644 --- a/configs/macos/set-defaults.sh +++ b/configs/macos/set-defaults.sh @@ -43,3 +43,6 @@ defaults write com.googlecode.iterm2 NeverBlockSystemShutdown -bool true # Don't write .DS_Store files to network drives defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool TRUE + +# Disable Press&Hold for keys +defaults write com.microsoft.VSCode ApplePressAndHoldEnabled -bool false \ No newline at end of file