jump to line X in nano editor
Does the Nano minimal text editor have a keyboard shortcut feature to jump to a specified line?
Vim provides several analogs.
Solution 1:
In the nano editor
Ctrl+_
On opening a file
nano +10 file.txt
Solution 2:
The shortcut is: CTRL+shift+- ("shift+-" results in "_")
After typing the shortcut, nano will let you to enter the line you wanna jump to, type in the line number, then press ENTR.