Add keybinding for ace-window
This commit is contained in:
parent
1006fbddc8
commit
e59efa0020
1 changed files with 1 additions and 0 deletions
1
init.el
1
init.el
|
@ -11,6 +11,7 @@
|
|||
(global-set-key (kbd "C-x M-g") 'magit-dispatch)
|
||||
(global-set-key (kbd "M-i") 'imenu)
|
||||
(global-set-key (kbd "C-c n") 'newsticker-start)
|
||||
(global-set-key (kbd "M-o") 'ace-window)
|
||||
;; (global-unset-key "\C-z")
|
||||
|
||||
(require 'package)
|
||||
|
|
Loading…
Add table
Reference in a new issue