Do you use vim as your default text editor? If you do not, have you ever been in a situation you could do nothing but use vim?

you are viewing a single comment's thread
view the rest of the comments
[–] 11 points 2 months ago (2 children)

i mean vim is fine and all and i can get around it fine but nano superiority

# ── behaviour ────────────────────────────────────────────────  
set autoindent  
set atblanks  
set casesensitive  
set constantshow  
set cutfromcursor  
set historylog  
set indicator  
set linenumbers  
set minibar  
set mouse  
set nohelp  
set positionlog  
set smarthome  
set softwrap  
set speller "aspell -x -c"  
# set suspend  
# NOTE: Removed in nano 7.x; CTRL+Z suspend is now always enabled by default.  
# Kept here for reference in case of older nano versions.  
set tabsize 2  
set tabstospaces  
set zap  

# ── backups ────────────────────────────────────────────────  
set backup  
set backupdir "~/.cache/nano/backups/"  

# ── syntax highlighting ───────────────────────────────────────  
include "/usr/share/nano/*.nanorc"  
  • source
  • hideshow 4 child comments
  • [–] 9 points 2 months ago (2 children)

    Nano has syntax highlighting??

  • source
  • parent
  • hideshow 4 child comments