remove buffer navigation

master
Jacopo De Simoi 10 years ago
parent a0c0281641
commit c9803cff53
  1. 8
      init.el

@ -202,10 +202,6 @@
(require 'pomodoro)
(global-set-key (kbd "M-[") 'previous-buffer)
(global-set-key (kbd "M-]") 'next-buffer)
(defun select-frame-on-current-activity ()
(select-frame-on-activity (kde-current-activity))
)
@ -236,10 +232,6 @@
(global-set-key (kbd "C-M-d") 'kill-sexp)
;; experimental: try to force myself to use the buffer commands
(global-unset-key (kbd "M-["))
(global-unset-key (kbd "M-]"))
;; * magit
(require 'magit)
(global-set-key (kbd "C-x C-g") 'magit-status) ;; relates to C-x C-f and C-x C-s

Loading…
Cancel
Save