diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-15T17·56+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-15T17·56+0100 |
commit | eb67c739b2c97b423d5b0223945b88a7a787b674 (patch) | |
tree | 8228a9ccdc037667c115e7ae3f394fb04de39713 /init/bindings.el | |
parent | b7a5dd0c1bd232f7c521d5647f57ba4021787e06 (diff) |
feat: Use ace-window for jumping between windows
Diffstat (limited to 'init/bindings.el')
-rw-r--r-- | init/bindings.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/bindings.el b/init/bindings.el index 2e37469df61c..bb030f1bcc3c 100644 --- a/init/bindings.el +++ b/init/bindings.el @@ -16,6 +16,9 @@ (global-set-key (kbd "M-j") 'ace-jump-word-mode) (global-set-key (kbd "M-p") 'ace-jump-mode-pop-mark) +(global-set-key (kbd "C-x o") ; Yes, I went there! + 'ace-window) + ;; Window switching. (C-x o goes to the next window) (windmove-default-keybindings) ;; Shift+direction |