Skip to content

Commit

Permalink
Bind C-x o to ace-window
Browse files Browse the repository at this point in the history
For two windows, it'll still just tab to next

Leaving in windmove C-x C-m arrow windmove bindings for now
  • Loading branch information
smiller committed Jan 20, 2015
1 parent 67867b2 commit c9e5cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions key-bindings.el
Expand Up @@ -8,6 +8,7 @@
(global-set-key (kbd "C-c C-<") 'mc/mark-all-like-this)

(global-set-key (kbd "C-c SPC") 'ace-jump-mode)
(global-set-key (kbd "C-x o") 'ace-window)

;; http://whattheemacsd.com/key-bindings.el-03.html

Expand Down
1 change: 1 addition & 0 deletions load-packages.el
Expand Up @@ -67,6 +67,7 @@
enh-ruby-mode
flymake-ruby
company
ace-window

;; from prelude
ace-jump-mode
Expand Down

0 comments on commit c9e5cfc

Please sign in to comment.