change windmove to use hyper key, as well as wrap around
authorJoerg Jaspert <joerg@ganneff.de>
Fri, 3 May 2013 08:46:41 +0000 (10:46 +0200)
committerJoerg Jaspert <joerg@ganneff.de>
Fri, 3 May 2013 08:46:41 +0000 (10:46 +0200)
.emacs.d/config/emacs.org

index cfd08ee..0d802ab 100644 (file)
@@ -2250,7 +2250,8 @@ while I have one.
 Use shift + arrow keys to switch between visible buffers
 #+BEGIN_SRC emacs-lisp
 (require 'windmove)
-(windmove-default-keybindings)
+(windmove-default-keybindings 'hyper)
+(setq windmove-wrap-around t)
 #+END_SRC
 ** volatile highlights
 [2013-04-21 So 20:31]