Linux screen scroll

Linux Screen Scroll


Um in einen Linux Screen zu Scollen braucht man nix spezielles einstellen. Man muss nur die Kontrollkombination kennen.

Als erstes in dem Copy Modus wechseln

CTRL-A gefolgt von einem [ (Deutsche Tastatur Layout ALT-8)

Jetzt kann man mittels
CTRL-U seitenweise nach oben
CTRL-D seitenweise nach unten
oder man nutzt die Bild UP / Down tasten
Mit CTRL-R Suchen. einfach text eingeben

Laut Manpage kann man folgendes auch noch machen.

h, j, k, l move the cursor line by line or column by column.
0, ^ and $ move to the leftmost column, to the first or last non-whitespace character on the line.
H, M and L move the cursor to the leftmost column of the top, center or bottom line of the window.
+ and - positions one line up and down.
G moves to the specified absolute line (default: end of buffer).
| moves to the specified absolute column.
w, b, e move the cursor word by word.
B, E move the cursor WORD by WORD (as in vi).
C-u and C-d scroll the display up/down by the specified amount of lines while preserving the cursor position. (Default: half screen-full).
C-b and C-f scroll the display up/down a full screen.
g moves to the beginning of the buffer.
% jumps to the specified percentage of the buffer.

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

*