Answers for "nano add 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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language