switch to using ibuffer mode for C-x C-b
This commit is contained in:
parent
142726faea
commit
dc55d4fc73
1
.emacs
1
.emacs
@ -31,6 +31,7 @@
|
|||||||
;; keybinds
|
;; keybinds
|
||||||
(global-set-key (kbd "C-z") `recompile)
|
(global-set-key (kbd "C-z") `recompile)
|
||||||
(global-set-key (kbd "C-S-z") `compile)
|
(global-set-key (kbd "C-S-z") `compile)
|
||||||
|
(global-set-key (kbd "C-x C-b") `ibuffer)
|
||||||
|
|
||||||
;; windmove keybinds
|
;; windmove keybinds
|
||||||
(when (fboundp 'windmove-default-keybindings)
|
(when (fboundp 'windmove-default-keybindings)
|
||||||
|
Loading…
Reference in New Issue
Block a user