From 2f6ab6586c01ee9706a50d8d04b7a8c97c9e9439 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 15 May 2022 23:04:07 -0700 Subject: [PATCH] Add keyboard shortcuts for moving tabs --- source/3/3.1/3.1.2/qterminal.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/3/3.1/3.1.2/qterminal.rst b/source/3/3.1/3.1.2/qterminal.rst index 4350ebde..a35ab5f6 100644 --- a/source/3/3.1/3.1.2/qterminal.rst +++ b/source/3/3.1/3.1.2/qterminal.rst @@ -15,7 +15,7 @@ To scroll upward in QTerminal scroll upwards with the mousewheel and you can see To split your terminal vertically into two terminals on top of each other :menuselection:`Actions --> Split Terminal Horizontal`. To have one split terminal to the left and one to the right :menuselection:`Actions --> Split Terminal Vertically`. To collapse back to how your terminal back to how they were before :menuselection:`Actions --> Collapse Subterminal`. To switch between the two split terminals click on the terminal you want. To switch to the lower split terminal press :kbd:`Alt + Down arrow` or :menuselection:`Actions --> Bottom Subterminal`. To switch the top subterminal press :kbd:`Alt + Up arrow` or :menuselection:`Actions --> Top Subterminal`. To switch to the left subterminal press :kbd:`Alt +Left arrow` or :menuselection:`Actions --> Left Subterminal`. To switch to the right subterminal press :kbd:`Alt +Right arrow` or :menuselection:`Actions --> Right Subterminal`. To move to the tab you had before :menuselection:`Actions --> Previous Tab in History` or press :kbd:`Control+ Tab`. To move to the next tab before that :menuselection:`Actions --> Next Tab in History` or press :kbd:`Control+ Shift + Tab`. -To change to the next tab using the keyboard press :kbd:`Control + Page Down` or :menuselection:`Actions --> Next tab`. To change to the previous tab using the keyboard press :kbd:`Control+ Page up` or :menuselection:`Actions --> Previous Tab`. To move to a tab to the right :menuselection:`Actions --> Move tab to the right`. To move a tab to the left :menuselection:`Actions --> Move tab to the left`. To go to a particular tab :menuselection:`Actions --> Go to --> tab x` where x is the tab you want to go to. +To change to the next tab using the keyboard press :kbd:`Control + Page Down` or :menuselection:`Actions --> Next tab`. To change to the previous tab using the keyboard press :kbd:`Control+ Page up` or :menuselection:`Actions --> Previous Tab`. To move to a tab to the right :menuselection:`Actions --> Move tab to the right` or press :kbd:`Alt + Shift + Right Arrow`. To move a tab to the left :menuselection:`Actions --> Move tab to the left` or press :kbd:`Alt + Shift + Left arrow`. To go to a particular tab :menuselection:`Actions --> Go to --> tab x` where x is the tab you want to go to. To bring a search for the text displayed on your terminal press :kbd:`Control +Shift +F` or :menuselection:`Actions --> Find...`. To close the search bar press :kbd:`Escape`, the :guilabel:`x` button, or :kbd:`Control+Shift+F` again. To find what you need to search for in the :guilabel:`Find` search bar. To move to the next result press the :guilabel:`rightward pointing arrow` button. To move to the previous result is to press the :guilabel:`leftward pointing arrow`. To change to not to match case press the gear button uncheck the :guilabel:`Match Case` checkbox. To toggle highlighting all matches check/uncheck the :guilabel:`Highlight all matches` checkbox. To use a regular expression click the downward pointing arrow button and check the :guilabel:`Regular expression` checkbox.