Predictive Hacks

Copy-Paste in Nano

Nano is a popular text editor in Linux. However, the Copy-Paste is not so straightforward. Let’s see how we can do it.

A) Position the cursor at the beginning of the character from which you want to copy. Press Alt+Shift+A to set mark

B) Use arrow keys to highlight the text to copy.

C) Use Alt+Shift+6 to copy then go to the place where you want to paste it and use Ctrl+U

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

Subscribe To Our Newsletter

Get updates and learn from the best

More To Explore

Python

Image Captioning with HuggingFace

Image captioning with AI is a fascinating application of artificial intelligence (AI) that involves generating textual descriptions for images automatically.