Im trying make a new key binding, but i get conflicts with modes redefining this key.
After a good hour googling, what I think I want to do is:
(eval-after-load ANY_MODE
(define-key (current-global-map) (kbd "C-M-h") 'shrink-window-horizontally))
So is there a way to do this? Is there even anything like ANYMODE? Or is there another way?