Search code examples
nano

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

  • In the nano editor

    Ctrl+_

    On opening a file

    nano +10 file.txt