SciTE - the Scintilla Text editor. very lightweight yet super-flexible!
Poll: Which is your primary text editor?
101–110 of 163 posts
Re: Poll: Which is your primary text editor?
#102Re: Poll: Which is your primary text editor?
#103For the pure editing of text, Vim is the clear winner. Whether that's all you want, is another question.
[edit]
Also, one thing that shows how Vim is oriented towards opening and closing it all time is that preventing acidental quitting is quite hard to achieve (only with hacks..)
Re: Poll: Which is your primary text editor?
#104Re: Poll: Which is your primary text editor?
#105Re: Poll: Which is your primary text editor?
#106For the pure editing of text, Vim is the clear winner. Whether that's all you want, is another question.
Re: Poll: Which is your primary text editor?
#107For the pure editing of text, Vim is the clear winner. Whether that's all you want, is another question.
If only working with multiple files was easier... what are you guys using these days ? [edit] Also, one thing that shows how Vim is oriented towards opening and closing it all time is that preventing acidental quitting is quite hard to achieve (only with hacks..)
:bn is mapped to backslash on my installation.
:b for a list of all open files where you can pick the one you want to switch to. Mapped to ",." on my machine.
vim might have its problems. But buffer switching isn't one, for me.
Re: Poll: Which is your primary text editor?
#108Earlier quoted context omitted.
If only working with multiple files was easier... what are you guys using these days ? [edit] Also, one thing that shows how Vim is oriented towards opening and closing it all time is that preventing acidental quitting is quite hard to achieve (only with hacks..)
:bn [buffer next] :bp [buffer previous] :bn is mapped to backslash on my installation. :b for a list of all open files where you can pick the one you want to switch to. Mapped to ",." on my machine. vim might have its problems. But buffer switching isn't one, for me.
Re: Poll: Which is your primary text editor?
#109Re: Poll: Which is your primary text editor?
#110VIM