fixed #136 - default windmove keybindings
This commit is contained in:
parent
f6655ab2e9
commit
c55d691ac3
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
||||||
|
|
||||||
;; use shift + arrow keys to switch between visible buffers
|
;; use shift + arrow keys to switch between visible buffers
|
||||||
(require 'windmove)
|
(require 'windmove)
|
||||||
(windmove-default-keybindings 'super)
|
(windmove-default-keybindings)
|
||||||
|
|
||||||
;; automatically save buffers associated with files on buffer switch
|
;; automatically save buffers associated with files on buffer switch
|
||||||
;; and on windows switch
|
;; and on windows switch
|
||||||
|
|
Loading…
Reference in a new issue