Skip to content

Commit

Permalink
Replace windmove by ace-window to handle windows management
Browse files Browse the repository at this point in the history
  • Loading branch information
Bounga committed Apr 8, 2020
1 parent 65e7ae7 commit be06da0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config.org
Original file line number Diff line number Diff line change
Expand Up @@ -189,11 +189,13 @@ only.
#+END_SRC

Moving from a window to another one is a pain with default key
bindings. I use ~Windmove~ to ease window movements by using ~shift~
and an arrow key.
bindings. I use ~ace-window~ to ease window movements by using =M-o=
as prefix.

#+BEGIN_SRC emacs-lisp
(windmove-default-keybindings)
(use-package ace-window
:ensure t
:bind ("M-o" . ace-window))
#+END_SRC

I like dark themes without too much vibrant colors.
Expand Down

0 comments on commit be06da0

Please sign in to comment.