diff options
author | sabetts <sabetts> | 2006-09-27 01:09:08 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2006-09-27 01:09:08 +0000 |
commit | fc4344fc907b464444c415d7df05225417076137 (patch) | |
tree | 099713075519b8dd77aa73ae62dd5a2a2ff9ebc0 /doc/ratpoison.texi | |
parent | b80a2d14bf72a4758eca46156a7c3ad606473bb7 (diff) | |
download | ratpoison-fc4344fc907b464444c415d7df05225417076137.zip |
(initialize_default_keybindings): bind "swap" to C-t x and C-t C-x
Diffstat (limited to 'doc/ratpoison.texi')
-rw-r--r-- | doc/ratpoison.texi | 11 |
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 |