disabled open-line-below

This commit is contained in:
Thomas von Dein
2017-07-11 14:28:48 +02:00
parent 2b1eb92316
commit fae70fb394
2 changed files with 435 additions and 423 deletions

9
.emacs
View File

@@ -47,6 +47,7 @@
;; - fixed tabs ;; - fixed tabs
;; - reorganized keys ;; - reorganized keys
;; - added new goto line func ;; - added new goto line func
;; - rm open-line-below
;; 20160421.01: ;; 20160421.01:
;; - added smex ;; - added smex
@@ -1521,8 +1522,11 @@ might be bad."
(forward-line -1) (forward-line -1)
(indent-for-tab-command)) (indent-for-tab-command))
(global-set-key (kbd "<C-return>") 'open-line-below) ;; disabled, interferes with modes.
(global-set-key (kbd "<C-S-return>") 'open-line-above)
;; (global-set-key (kbd "<C-return>") 'open-line-below)
;; (global-set-key (kbd "<C-S-return>") 'open-line-above)
;; -------------------------------------------------------------------------------- ;; --------------------------------------------------------------------------------
;; ** Mouse Rectangle ;; ** Mouse Rectangle
@@ -2139,7 +2143,6 @@ col1, col2"
(local-unset-key (kbd "C-c :")) (local-unset-key (kbd "C-c :"))
(local-set-key (kbd "<tab>") 'config-general-tab-or-expand))) (local-set-key (kbd "<tab>") 'config-general-tab-or-expand)))
;; -------------------------------------------------------------------------------- ;; --------------------------------------------------------------------------------
;; *** Xmodmap Mode ;; *** Xmodmap Mode

File diff suppressed because it is too large Load Diff