Node: Frame Navigation Commands, Next: Saving and Restoring Frame Sets, Previous: Resizing Frames, Up: Frames
Here are the commands for Navigating frames.
| fselect n | Command |
| Select a frame by number. If an argument is passed to it then attempt to select the frame whose number is n. If not, ratpoison will print a number at the top left corner of each frame and wait for the user to type the number they wish to select. Currently there is no way to select a frame whose number is greater than 9 unless the number is passed as an argument. |
| curframe | Command |
| Indicate which frame is the current frame. |
| focus | Command |
| cycle through ratpoison's frames. |
| focusprev | Command |
| cycle through ratpoison's frames backwards. |
| focusdown | Command |
| Move to the frame below the current frame. |
| focuslast | Command |
| Switch to the last focused frame. |
| focusleft | Command |
| Move to the frame left of the current frame. |
| focusright | Command |
| Move to the frame right of the current frame. |
| focusup | Command |
| Move to the frame above the current frame. |