MacOS keyrepeat

When I'm writing in spanish I'm used to press a key to display the accents menu, but I wan't to disable this for iterm.

  APPID=$(/usr/libexec/PlistBuddy -c 'Print CFBundleIdentifier' /Applications/iTerm.app/Contents/Info.plist)
  defaults write $APPID ApplePressAndHoldEnabled -bool false