IT/Software/Applications/Text or Code Editing/Nano: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) (Created page with " <br /> = Overview of nano's shortcuts = === The editor's keystrokes and their functions === {| class="wikitable" |'''File handling''' {| class="wikita...") |
Walttheboss (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
<br /> | <br /> | ||
= Overview of nano's shortcuts = | ==Overview of nano's shortcuts == | ||
=== The editor's keystrokes and their functions === | ===The editor's keystrokes and their functions === | ||
{| class="wikitable" | {| class="wikitable" | ||
|'''File handling''' | |'''File handling''' | ||
{| class="wikitable" | {| class="wikitable" | ||
|Ctrl+S | |Ctrl+S | ||
|Save current file | |Save current file | ||
|- | |- | ||
Line 24: | Line 24: | ||
'''Editing''' | '''Editing''' | ||
{| class="wikitable" | {| class="wikitable" | ||
|Ctrl+K | |Ctrl+K | ||
|Cut current line into cutbuffer | |Cut current line into cutbuffer | ||
|- | |- | ||
Line 50: | Line 50: | ||
'''Search and replace''' | '''Search and replace''' | ||
{| class="wikitable" | {| class="wikitable" | ||
|Ctrl+Q | |Ctrl+Q | ||
|Start backward search | |Start backward search | ||
|- | |- | ||
Line 76: | Line 76: | ||
|Delete word to the left | |Delete word to the left | ||
|- | |- | ||
|Ctrl+Del | |Ctrl+Del | ||
|Delete word to the right | |Delete word to the right | ||
|- | |- | ||
Line 84: | Line 84: | ||
'''Operations''' | '''Operations''' | ||
{| class="wikitable" | {| class="wikitable" | ||
|Ctrl+T | |Ctrl+T | ||
|Execute some command | |Execute some command | ||
|- | |- | ||
Line 107: | Line 107: | ||
|'''Moving around''' | |'''Moving around''' | ||
{| class="wikitable" | {| class="wikitable" | ||
|Ctrl+B | |Ctrl+B | ||
|One character backward | |One character backward | ||
|- | |- | ||
Line 171: | Line 171: | ||
'''Information''' | '''Information''' | ||
{| class="wikitable" | {| class="wikitable" | ||
|Ctrl+C | |Ctrl+C | ||
|Report cursor position | |Report cursor position | ||
|- | |- | ||
Line 188: | Line 188: | ||
|Indent marked region | |Indent marked region | ||
|- | |- | ||
|Shift+Tab | |Shift+Tab | ||
|Unindent marked region | |Unindent marked region | ||
|- | |- |
Latest revision as of 05:04, 20 October 2021
Overview of nano's shortcuts
The editor's keystrokes and their functions
File handling
Editing
Search and replace
Deletion
Operations
|
Moving around
Special movement
Information
Various
|