Browse Source

Set ace-window keybinding

custom
Raphael Roberts 3 years ago
parent
commit
6489037440
  1. 6
      personal/global-modes.el

6
personal/global-modes.el

@ -1,6 +1,10 @@
;; This contains global key bindings ONLY
;; This contains global modes ONLY
;; built in functions
(use-package t
:bind
(("C-x C-k C-x C-k" . kill-emacs)))
(use-package ace-window
:bind
("C-\\" . ace-window))
Loading…
Cancel
Save