Search code examples
keyboard-shortcutsgeany

Is there a keyboard shortcut to cycle through open documents in Geany?


I have multiple documents open in Geany. I can see them listed in the sidebar under the "Documents" tab. Ctrl + Tab switches me from the current document to the previous but I don't know of any way to cycle through the documents in a sequence.

Can this be done using Geany? Is there a plugin for this by any chance?


Solution

  • Switch to left document     Ctrl-PageUp (C)     Switches to the previous open document.
    Switch to right document    Ctrl-PageDown (C)   Switches to the next open document.
    Switch to last used document    Ctrl-Tab    Switches to the previously shown document (if it's still open). Holding Ctrl (or another modifier if the keybinding has been changed) will show a dialog, then repeated presses of the keybinding will switch to the 2nd-last used document, 3rd-last, etc. Also known as Most-Recently-Used documents switching.
    Move document left  Ctrl-Shift-PageUp   Changes the current document with the left hand one.
    Move document right     Ctrl-Shift-PageDown     Changes the current document with the right hand one.
    Move document first         Moves the current document to the first position.
    Move document last      Moves the current document to the last position.
    

    notebook-tab-keybindings for Geany