Next: , Previous: Manipulating Windows, Up: Windows


5.2 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.

— Command: inext

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

— Command: iprev

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

— Command: iother

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

— Command: cnext

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

— Command: cprev

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

— Command: cother

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