Tutorials

Einige nützliche Hilfen und Code-Schnipsel, die ich immer wieder benötige und deshalb hier für alle sammle.

Zurück zur Übersicht

Linux Nano Editor: Nützliche Shortcuts

#Tutorials

Nano ist ein Texteditor der auf den meisten Systemen vorinstalliert ist. (Auch auf dem Raspberry Pi) Ich nutze ihn lieber als VI. Hier sind ein paar kleine Shortcuts, die man immer wieder mal braucht.

Anmerkung das ^-Symbol ist die CTRL(STRG) Taste auf eurer Tastatur.


^G     nano help 
^A     move to beginning of line
^E     move to end of line
^Y     move down a page
^V     move up a page
^_     move to a specific line (^_^V moves to the top of the file, ^_^Y to the bottom)
^C     find out what line the cursor is currently on
^W     search for some text. 
^D     delete character currently under the cursor
^K     delete entire line 
^O     save contents without exiting (you will be prompted for a file to save to)
^X     exit nano (you will be prompted to save your file if you have not)

Kommentare

Es gibt noch keine Kommentare. Sei der Erste!

Hinterlasse einen Kommentar

Antworten abbrechen

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

Kommentar wird gespeichert
Danke für deinen Kommentar! Sobald er freigegeben wurde erscheint er hier.