Add key binding for transpose-windows

This commit is contained in:
Gergely Polonkai 2016-11-15 08:55:42 +01:00
parent ef42a03d3a
commit 33e05c054a
1 changed files with 1 additions and 0 deletions

View File

@ -944,6 +944,7 @@
("M-t e" . transpose-sexps)
("M-t s" . transpose-sentences)
("M-t p" . transpose-paragraphs)
("M-t W" . transpose-windows)
:map ctl-x-map
("C-y" . duplicate-line)
("_" . maximize-window)