[Fix ] Remove M-O keybinding

It caused problems in terminals.
This commit is contained in:
Bozhidar Batsov 2013-10-31 23:11:12 +02:00
parent 4e3f55d521
commit 015e3abd9b
2 changed files with 1 additions and 2 deletions

View file

@ -42,7 +42,6 @@
;; mimic popular IDEs binding, note that it doesn't work in a terminal session
(define-key map [(shift return)] 'prelude-smart-open-line)
(define-key map (kbd "M-o") 'prelude-smart-open-line)
(define-key map (kbd "M-O") 'prelude-smart-open-line-above)
(define-key map [(control shift return)] 'prelude-smart-open-line-above)
(define-key map [(control shift up)] 'move-text-up)
(define-key map [(control shift down)] 'move-text-down)