Answers for "nano with line numbers"

5

nano with line numbers

nano --linenumbers [filename]
Posted by: Guest on October-21-2020
4

display number of lines in nano linux

Press 
Alt+# 
or
Alt+Shift+3
Posted by: Guest on November-26-2020
0

nano add line numbers

according to the man page for nanorc, you can add set linenumbers in ~/.nanorc, /etc/nanorc, $XDG_CONFIG_HOME/nano/nanorc or ~/.config/nano/nanorc.
Posted by: Guest on January-03-2021
0

nano show line numbers

To show line numbers along the side: ALT + SHIFT + 3
To show cursor position at the bottom: ALT + C (or CTRL + C for temporary)
Posted by: Guest on July-10-2021
0

nano with line numbers

-l, --linenumbers
              Display line numbers to the left of the text area.
Posted by: Guest on August-27-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language