mirror of
https://github.com/yuriskinfo/cheat-sheets.git
synced 2025-12-21 21:33:25 +01:00
ongoing additions, changes, and fixes
This commit is contained in:
@@ -39,6 +39,12 @@ Author: Yuri Slobodyanyuk, admin@yurisk.info
|
|||||||
|*C-a C-a*
|
|*C-a C-a*
|
||||||
|Switch to the previous window.
|
|Switch to the previous window.
|
||||||
|
|
||||||
|
|*C-a "*
|
||||||
|
|List all windows with option to highlight and enter any of them.
|
||||||
|
|
||||||
|
|*C-w*
|
||||||
|
|Show a list of active windows with their numbers.
|
||||||
|
|
||||||
|*C-a <number>*
|
|*C-a <number>*
|
||||||
|Switch to the window number `number`.
|
|Switch to the window number `number`.
|
||||||
|
|
||||||
@@ -51,8 +57,6 @@ Author: Yuri Slobodyanyuk, admin@yurisk.info
|
|||||||
|*C-a p*
|
|*C-a p*
|
||||||
|Switch to the previous window.
|
|Switch to the previous window.
|
||||||
|
|
||||||
|*C-a "*
|
|
||||||
|List all windows with option to highlight and enter any of them.
|
|
||||||
|
|
||||||
|*exit*
|
|*exit*
|
||||||
|Exit and close current window. If it was the last window in a session, exits `screen` terminating the session.
|
|Exit and close current window. If it was the last window in a session, exits `screen` terminating the session.
|
||||||
@@ -82,7 +86,7 @@ Author: Yuri Slobodyanyuk, admin@yurisk.info
|
|||||||
|Enter buffer navigation mode to scroll output buffer, copy, edit and paste later. Navigation commands as per `vim` if Vim is set as editor.*<esc>* to leave the buffer mode.
|
|Enter buffer navigation mode to scroll output buffer, copy, edit and paste later. Navigation commands as per `vim` if Vim is set as editor.*<esc>* to leave the buffer mode.
|
||||||
|
|
||||||
|*<space>*
|
|*<space>*
|
||||||
|Start/stop selection while in the buffer mode to select the text. All selected text is being copied to the clipboard automatically. E.g. to select/copy the whole buffer: `C-a [ gg <space> G <esc>`
|
|Start/stop selection while in the buffer mode to select the text. Press `<space>` or `<Enter>` to copy the selected text. E.g. to select/copy the whole buffer: `C-a [ gg <space> G <esc>`
|
||||||
|
|
||||||
|*C-a ]*
|
|*C-a ]*
|
||||||
|Paste the selected text at the cursor of the terminal, or create a new window and say start Vim there and paste into it while in Insert mode.
|
|Paste the selected text at the cursor of the terminal, or create a new window and say start Vim there and paste into it while in Insert mode.
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user