Node: Window Classes, Next: , Previous: Manipulating Windows, Up: Windows



Window Classes

Window classes are a way of grouping windows together. Windows that are part of the same program generally have the same class. Ratpoison takes advantage of this to help you navigate between windows of the same class. This is useful if you only want to cycle through Emacs frames or XTerms.

inext Command
Go to the next window in the window list that is in the same class as the current window.

iprev Command
Go to the previous window in the window list that is in the same class as the current window.

iother Command
Go to the last accessed window that is in the same class as the current window.

cnext Command
Go to the next window in the window list that is in a different class from the current window.

cprev Command
Go to the previous window in the window list that is in a different class from the current window.

cother Command
Go to the last accessed window that is in a different class from the current window.