There are multiple elpy keybindings that I am not using. Is there any way to unbind them?
Possible bindings that I want to disable C-c C-t, C-c C-p.
I have tried following answer Globally override key binding in Emacs but it did not help.
I have also tried following, which did not work. Still does keybindings are bind to elpy.
(global-set-key (kbd "C-c C-t") nil)
(global-set-key (kbd "C-c C-p") nil)