In order to perform Cut, Copy and Paste operations on Nano editor you can make use of the keyboard combinations that you will see at the bottom of Nano text editor.

To better understand, follow the below gif demo,

Step 1: Select/Highlight the text:
To select text to cut you can make use of Shift + Arrow Keys
Step 2: Cut the selected text:
After you select the text, press Control + K button to cut the text to the clipboard
Step 3: Paste the text from clipboard:
Move your cursor where you want to paste the text and press Control + U button
✌️In order to just copy the text in the clipboard, select the text and press Alt + 6 (this may not work on macOS)
- How to Display content of a file in Terminal Screen?
- How to Install CVS Version Control on Linux/Ubuntu
- How to install and Configure sar sysstat tools in Ubuntu Linux
- ls command to list only directories
- [Ubuntu] Search a package and versions using apt command
- zsh hello world example
- Linux Remove or Delete Files and Directories using Terminal Commands
- How to tar.gz a directory or folder Command
- Calculate days between dates using dateutils ddiff command
- How to ls command to output one entry per line [macOS/Linux/Bash]
- 3 Commands to stop Nginx Server
- Create and write file in single Linux/macOS command
- SCP Copy all files from directory to Local Folder
- How to go to the End of File in Nano Editor
- How to remove/delete a directory in Linux/macOs
- How to Copy Entire Directory to another Directory in Linux
- Execute .bin and .run file Ubuntu Linux
- The Date Command and its usage [Linux - Unix - macOS]
- Fix - ssh-copy-id no identities found error
- How to check uptime of Linux/Unix/macOS system/server using console command?
- How to Select All text in vim/vi editor using Keyboard
- Linux: Create a New User and Password and Login Example
- Command to display epoch time Terminal
- How to install curl on Alpine Linux
- How to exit from nano command
- How to download and install macOS 13 Ventura - MacOS
- How to clear Mac Terminal screen - MacOS
- [Solved] com.sun.xml.ws.transport.http.servlet.WSServletContextListener ClassNotFoundException - Java
- How to change the name of your Mac running on macOS Ventura 13 - MacOS
- Install and Run Cassandra on Docker Desktop - Docker
- Channel 50 SMSes received every few minutes Android Phones - Android
- How to create a SharePoint list from an existing list with same columns, views, formatting, data - SharePoint
- Android: Save Data in local Db using Android Room - Android