summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorsabetts <sabetts>2006-09-27 01:09:08 +0000
committersabetts <sabetts>2006-09-27 01:09:08 +0000
commitfc4344fc907b464444c415d7df05225417076137 (patch)
tree099713075519b8dd77aa73ae62dd5a2a2ff9ebc0 /doc
parentb80a2d14bf72a4758eca46156a7c3ad606473bb7 (diff)
downloadratpoison-fc4344fc907b464444c415d7df05225417076137.zip
(initialize_default_keybindings): bind "swap" to C-t x and C-t C-x
Diffstat (limited to 'doc')
-rw-r--r--doc/ratpoison.texi11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi
index adc013f..068ae24 100644
--- a/doc/ratpoison.texi
+++ b/doc/ratpoison.texi
@@ -1208,6 +1208,11 @@ Exchange the window in the current frame with the window in the frame to the rig
@item C-t C-Up
Exchange the window in the current frame with the window in the frame above it.
+@item C-t x
+@item C-t C-x
+Choose a frame and exchange the window in the current frame with the
+window in the chosen frame.
+
@end table
@node Hooks, The Status Bar, Keystrokes, Top
@@ -1603,6 +1608,12 @@ When called with no arguments, the current setting is
returned.
@end deffn
+@deffn Command swap @var{destination-frame} @var{source-frame}
+When called interactively prompt for a frame and swap its window with
+the window in the current frame. An optional second argument allows
+swapping of windows between arbitrary frames.
+@end deffn
+
@deffn Command time
Show current time in the status bar.
@end deffn