projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4486683
)
change windmove to use hyper key, as well as wrap around
author
Joerg Jaspert
<joerg@ganneff.de>
Fri, 3 May 2013 08:46:41 +0000
(10:46 +0200)
committer
Joerg Jaspert
<joerg@ganneff.de>
Fri, 3 May 2013 08:46:41 +0000
(10:46 +0200)
.emacs.d/config/emacs.org
patch
|
blob
|
history
diff --git
a/.emacs.d/config/emacs.org
b/.emacs.d/config/emacs.org
index
cfd08ee
..
0d802ab
100644
(file)
--- a/
.emacs.d/config/emacs.org
+++ b/
.emacs.d/config/emacs.org
@@
-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]