Results 1 to 17 of 17

Thread: Text editors

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Text editors

    I'm a VIM user myself, I think its the best editor available on Linux and will be for a long time.

    What do you lot use and why?

    Discuss.
    I don't live here any more.

  2. #2
    Lively Member mightor's Avatar
    Join Date
    Apr 2007
    Location
    Turn around, I'm right behind you...
    Posts
    99

    Re: Text editors

    Quote Originally Posted by wossname
    I'm a VIM user myself, I think its the best editor available on Linux and will be for a long time.

    What do you lot use and why?

    Discuss.
    There are other editors besides Vi[m]?
    I use vi[m] on UNIX/Linux and gvim on Windows, except inside Visual Studio.
    A really good book to get the most out of vi[m] is Learning the vi Editor. It was one of the best books I ever bought.

    Gr,
    Mightor
    What the world needs is more geniuses with humility, there are so few of us left.
    If my post was accidentally useful, please rate it as such, thanks!
    Mon aéroglisseur est plein des anguilles.

  3. #3
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425

    Re: Text editors

    I'm vi all the way as well, mainly because I work with a lot of different systems and it's the only editor guaranteed to be on all of them!!

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Text editors

    I like text editors which are intuitive to use. So I can press, say, Ctrl+S to save a file. Rather than Shift+ZZ, no matter how cool it looks.

  5. #5
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Text editors

    nano, because it's the free version of pico.

    At least I can press [CTRL]+[ALT]+[DEL] without restarting the damn pc!

  6. #6
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425

    Re: Text editors

    Quote Originally Posted by kregg
    nano, because it's the free version of pico.

    At least I can press [CTRL]+[ALT]+[DEL] without restarting the damn pc!
    Why else would you want to press Ctrl+Alt+Del?

  7. #7
    Lively Member mightor's Avatar
    Join Date
    Apr 2007
    Location
    Turn around, I'm right behind you...
    Posts
    99

    Re: Text editors

    Quote Originally Posted by kregg
    nano, because it's the free version of pico.

    At least I can press [CTRL]+[ALT]+[DEL] without restarting the damn pc!
    The reason CTRL-ALT-DEL was chosen was because it's a key combo you're not likely to use for anything else. As for rebooting your comp with it, that hasn't been the case since Windows NT. Hitting it in your console on a Linux box does reboot it, albeit cleanly with a nice init 6, even as a normal user. I realise this can be disabled quite easily, but isn't the case on most standard setups.
    So if you could explain what you meant with your statement, I am sure you will have a captive audience here, we're all curious.

    Gr,
    Mightor
    What the world needs is more geniuses with humility, there are so few of us left.
    If my post was accidentally useful, please rate it as such, thanks!
    Mon aéroglisseur est plein des anguilles.

  8. #8
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: Text editors

    Generally I use emacs when I'm going to have the editor open for a while (for example when coding) and vi when I need to edit something quickly from the command line.

    The reason I prefer emacs for coding is pretty much because it's what I've always used and I'm used to it.

    I build my own version from CVS with Gtk, freetype and XFT to get anti-aliased truetype font support which looks pretty.
    Attached Images Attached Images  
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  9. #9

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Text editors

    xterm is antialiased by default in gnome
    I don't live here any more.

  10. #10
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: Text editors

    Quote Originally Posted by wossname
    xterm is antialiased by default in gnome
    And that's great if I want to run 'emacs -nw' or vim instead of emacs or gvim, but I don't always want my editor to be in a terminal.
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  11. #11
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425

    Re: Text editors

    Why not? Everyone knows real men use terminals..

  12. #12
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: Text editors

    Quote Originally Posted by CyberSurfer
    Why not? Everyone knows real men use terminals..
    I know you're probably being facetious, but I will respond anyway.

    Show me how you can select and delete a section of text from vim/emacs-nox using the mouse. Show me how you can change the cursor position by clicking with the mouse.

    you can't do either, because neither emacs nor vim has console mouse support.

    A terminal is a great thing, and I use it all the time, but my text editor shouldn't always have to live there.
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  13. #13
    Hyperactive Member CyberSurfer's Avatar
    Join Date
    Aug 2000
    Location
    Old London Town
    Posts
    425

    Re: Text editors

    You're right, I was indeed being facetious!

    That notwithstanding, most text editors like vi provide sufficient functionality that you can do pretty much anything you can do with a mouse, providing you know the correct commands. Given that vi is my primary editor, I often find myself using it in a terminal instead of using one of the GUI editors because even with the lack of a mouse I find I can work quicker in vi.

    I'm not evangelising terminal mode text editors (again, was being facetious ), it really comes down to which tool fits best with the environment you work in. The bulk of my day is spent working with *nix systems via terminals so I use vi. If I worked in a GUI more I'm sure I would use gvim or similar...anything that isn't KEdit, possibly the most annoying editor in the world.

  14. #14
    Frenzied Member TomGibbons's Avatar
    Join Date
    Feb 2002
    Location
    San Diego, CA Previous Location: UK
    Posts
    1,345

    Re: Text editors

    Quote Originally Posted by sunburnt
    Generally I use emacs when I'm going to have the editor open for a while (for example when coding) and vi when I need to edit something quickly from the command line.

    The reason I prefer emacs for coding is pretty much because it's what I've always used and I'm used to it.

    I build my own version from CVS with Gtk, freetype and XFT to get anti-aliased truetype font support which looks pretty.
    Ooo I like the theme. Beryl? Which theme is that?
    Last edited by TomGibbons; May 15th, 2007 at 07:35 PM.

  15. #15
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: Text editors

    Quote Originally Posted by TomGibbons
    Ooo I like theme. Beryl? Which theme is that?
    If you're talking about the window borders, yup, it's a beryl theme. I took the theme "dark_blue" and set the opacity level on all the window border settings to be 78% or so.
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  16. #16
    Fanatic Member kregg's Avatar
    Join Date
    Feb 2006
    Location
    UK
    Posts
    524

    Re: Text editors

    Quote Originally Posted by mightor
    The reason CTRL-ALT-DEL was chosen was because it's a key combo you're not likely to use for anything else. As for rebooting your comp with it, that hasn't been the case since Windows NT. Hitting it in your console on a Linux box does reboot it, albeit cleanly with a nice init 6, even as a normal user. I realise this can be disabled quite easily, but isn't the case on most standard setups.
    So if you could explain what you meant with your statement, I am sure you will have a captive audience here, we're all curious.

    Gr,
    Mightor
    Woah... that's heavy...


    I wasn't expecting that...


    Seems like mate you're the only one interested, so I won't bother

  17. #17
    Frenzied Member tr333's Avatar
    Join Date
    Nov 2004
    Location
    /dev/st0
    Posts
    1,605

    Re: Text editors

    I use vi/vim because you can find it on almost any linux/unix system you are likely to encounter, including iPodLinux and tomsrtbt - The most GNU/Linux on one floppy!

    if you can't use vim, then there's always ed/red (reduced ed) or cat+echo
    Last edited by tr333; Jun 12th, 2007 at 04:36 AM.
    CSS layout comes in to the 21st century with flexbox!
    Just another Perl hacker,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width