fixed #110 - removed global bindings for bury buffer
This commit is contained in:
parent
072d856621
commit
d91e23b049
1 changed files with 0 additions and 5 deletions
|
@ -42,11 +42,6 @@
|
|||
(define-key global-map (kbd "C-+") 'text-scale-increase)
|
||||
(define-key global-map (kbd "C--") 'text-scale-decrease)
|
||||
|
||||
;; cycle through buffers
|
||||
(global-set-key (kbd "C-c r") 'bury-buffer)
|
||||
;; navigate the filecache
|
||||
(global-set-key (kbd "M-`") 'file-cache-minibuffer-complete)
|
||||
|
||||
;; Window switching. (C-x o goes to the next window)
|
||||
(global-set-key (kbd "C-x O") (lambda ()
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue