added key to swap windows
This commit is contained in:
parent
c87924d8fa
commit
23cb2e5b64
1
conf.org
1
conf.org
|
@ -3394,5 +3394,6 @@ The function keys are nice because they are almost (not always) free in every mo
|
|||
(global-set-key (kbd "M-i") 'imenu)
|
||||
(global-set-key (kbd "M-o") 'ace-window)
|
||||
(global-set-key (kbd "M-s") 'avy-goto-char)
|
||||
(global-set-key (kbd "M-w") #'ace-swap-window)
|
||||
(global-set-key (kbd "M-x") 'helm-M-x)
|
||||
#+END_SRC
|
||||
|
|
Loading…
Reference in New Issue