Announcement

Collapse
No announcement yet.

GNU Nano 4.0 Text Editor Released

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • krell
    replied
    I am a pervert, I use vim mode inside of emacs.
    btw Sun boxes never shipped with vim but rather vi of which there are
    several clones.

    Leave a comment:


  • AndyChow
    replied
    I use nano all the time when I'm just looking to edit a config file. I never learned VI, because every time I type "i" to insert some text, next thing I know I'm deleting lines or truncating stuff all over the place. Emacs is overkill in most situations.

    Leave a comment:


  • jc15
    replied
    I switched from nano to dte a while back. It's a simple editor like nano, but way more flexible and configurable.

    Leave a comment:


  • GI_Jack
    replied
    Originally posted by fkoehler View Post
    I didn't think fans of Nano even existed o.O
    Let there be only Vim.
    *the music stops, and the sound of hundreds of knifes and broadswords unsheathing cackles like a summer thunderstorm*

    Leave a comment:


  • LaeMing
    replied
    Originally posted by Chugworth View Post
    Nano? That's like a text editor with training wheels. For serious text editing, you need to use Vim.
    More like a short range electric cart. I don't really need to fire up the leer jet and arrange flight clearance to get my groceries!, or open a mega-editor to adjust my fstab! :-)
    Last edited by LaeMing; 24 March 2019, 06:30 PM.

    Leave a comment:


  • kpedersen
    replied
    I find it interesting that the compiler wars between Vim and Emacs has virtually disappeared. Same with Gnome vs KDE. The only difference is that both Vim and Emacs remain usable

    For me, over SSH Vim (and Emacs) beats Nano here purely because of the communication between the compiler and other CLI tools I use. Work involves more than just a text editor and if the editor cannot easily get me the compile errors or recall previous commands, it doesn't seem to be the right tool for the job.

    You could argue with "modern" things like terminal multiplexers (tmux, screen) or even job control (ctrl-z), you can suspend the program whilst you use the other CLI tools, but things like copy and paste between tools is simply not as elegant.

    Leave a comment:


  • sabriah
    replied
    Apart from nano I also use mc [Midnight Commander] as file manager, as I got used to Norton Commander in the 80s... Bad habits die hard.

    I never worked very fast using vim or emacs, largely because I never gave them enough time to become second nature.

    Leave a comment:


  • F.Ultra
    replied
    Originally posted by schmidtbag View Post
    GUI editors have more features than vim, and in other cases, allow you to do the same vim features without memorizing stuff like keyboard shortcuts or regex patterns.
    Nano is as straight-forward as it gets. For the most part it works the same way as most graphical text editors except it has different keyboard shortcuts. But, it tells you what the keyboard shortcuts are at the bottom of the screen, so it's hard to screw it up. The only CLI text editor I've found to be easier is jed.

    The same way you would with any graphical text editor... Go to the end of the line and press the delete key... It even responds to stuff like the Home, End, and Page Up/Down keys the same way as any other non-vi program. You're over-complicating it.
    Well since he's a vim user he was probably looking for some obscure key sequence to enter "delete with insert" mode... I might have missed the "beauty" of vim et al but for me it all ended when I realized that I had to put the editor into insert mode to be able to enter text as if that wasn't why I fired up the editor in the first place.

    Not so fond memories was of some old SUN boxes from Reuters (now Refinitiv) where the only text editor installed was vim and if you pressed the wrong key the whole box just froze and you got an eternally scrolling raster bar.

    Leave a comment:


  • F.Ultra
    replied
    Originally posted by Vistaus View Post

    I am a Nano fan! Was never able to learn Vim, Nano rules!
    Same here, have written millions of lines of code in nano over the years.

    Leave a comment:


  • Mateus Felipe
    replied
    I use nano every time I need to do quick non-complex changes to a file. It's simple enough. When I need to work, I use Emacs, because vim is kids' toy.

    Leave a comment:

Working...
X