about summary refs log tree commit diff
path: root/init/bindings.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-11-15T17·56+0100
committerVincent Ambo <tazjin@gmail.com>2017-11-15T17·56+0100
commiteb67c739b2c97b423d5b0223945b88a7a787b674 (patch)
tree8228a9ccdc037667c115e7ae3f394fb04de39713 /init/bindings.el
parentb7a5dd0c1bd232f7c521d5647f57ba4021787e06 (diff)
feat: Use ace-window for jumping between windows
Diffstat (limited to 'init/bindings.el')
-rw-r--r--init/bindings.el3
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