diff --git a/init.d/text/misc.el b/init.d/text/misc.el index c809c81..13c298f 100644 --- a/init.d/text/misc.el +++ b/init.d/text/misc.el @@ -1,6 +1,6 @@ ;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-08-24T03:32:04+0200> +;; Time-stamp: <2020-10-04T23:43:22+0200> ;;; Commentary: @@ -130,21 +130,37 @@ (find-file org-default-notes-file))) (:map org-mode-map ; Remove some annoying keybindings. ("M-" . nil) + ("C-c M-" . org-metaleft) ("M-" . nil) + ("C-c M-" . org-metaright) ("M-" . nil) + ("C-c M-" . org-metaup) ("M-" . nil) + ("C-c M-" . org-metadown) ("M-S-" . nil) + ("C-c M-S-" . org-shiftmetaleft) ("M-S-" . nil) + ("C-c M-S-" . org-shiftmetaright) ("M-S-" . nil) + ("C-c M-S-" . org-shiftmetaup) ("M-S-" . nil) + ("C-c M-S-" . org-shiftmetadown) ("S-" . nil) + ("C-c S-" . org-shiftleft) ("S-" . nil) + ("C-c S-" . org-shiftright) ("S-" . nil) + ("C-c S-" . org-shiftup) ("S-" . nil) + ("C-c S-" . org-shiftdown) ("C-S-" . nil) + ("C-c C-S-" . org-shiftcontrolleft) ("C-S-" . nil) + ("C-c C-S-" . org-shiftcontrolright) ("C-S-" . nil) - ("C-S-" . nil)))) + ("C-c C-S-" . org-shiftcontrolup) + ("C-S-" . nil) + ("C-c C-S-" . org-shiftcontroldown)))) (use-package org-bullets :after org