I am trying to create a new key-bind that will work fine in all modes except for one, where it conflicts with another. For example:
(global-set-key (kbd "<C-S-down>") 'move-line-down)
Is there a simple way (without setting it for specific local modes) to make it global excluding a specific mode?