LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   your editor of choice... (https://www.linuxquestions.org/questions/programming-9/your-editor-of-choice-70366/)

nakkaya 07-21-2003 04:25 AM

i use emacs localy and remotly with ssh tunnelling yes emacs has a lot of add ons but these help you to do your work inside emacs without leaving the console or the window in x and you can customize every single thing to your taste thats wht makes emacs my editor of choice

aizkorri 07-21-2003 04:42 AM

emacs for coding, pico for everything else.

shishir 07-21-2003 06:44 AM

vim anyday...
simple , easy and customisable

zmedico 07-21-2003 12:26 PM

I like Kate but I use vi when I'm confined to the console.

jspenguin 07-21-2003 03:57 PM

I use Emacs. You would not believe how many files I've screwed up trying to use vim to edit them. I especially like the way Emacs will automatically properly indent a line of text whenever you press tab.

I do have a couple of complaints about Emacs, though.

The keyboard code to exit os C-x C-c. These keys are so close together that I'm always accidentally exiting Emacs. Also, there is no redo, so if you undo too much, you are stuck retyping your code.

Either way, it's better than having to press 'I' whenever you want to type something.

Tinkster 07-21-2003 07:26 PM

Quote:

Originally posted by jspenguin
Also, there is no redo, so if you undo too much, you are stuck retyping your code.
From the emacs-help :*)
Code:

  Any command other than an undo command breaks the sequence of undo
commands.  Starting from that moment, the previous undo commands become
ordinary changes that you can undo.  Thus, to redo changes you have
undone, type `C-f' or any other command that will harmlessly break the
sequence of undoing, then type more undo commands.

Cheers,
Tink


All times are GMT -5. The time now is 02:47 PM.