added key to swap windows

This commit is contained in:
ndwarshuis 2019-04-10 11:56:40 -04:00
parent c87924d8fa
commit 23cb2e5b64
1 changed files with 1 additions and 0 deletions

View File

@ -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