Poll: What is your primary editor?
71–80 of 99 posts
Re: Poll: What is your primary editor?
#72How did you start using Emacs?
Why do you still use it?
Re: Poll: What is your primary editor?
#73I use codeblocks for C++. Any reasons to switch for VS or something else?
Re: Poll: What is your primary editor?
#74I use Sublime, but mainly because its search features are the best I've seen in any text editor. I can grep the entire codebase I'm working with for a specific string or pattern, or limit the search to specific kinds of files or files in specific directories, and see the results listed one after another in the find tab. Click on the result I want and I'm editing that file in that spot. I've considered trying out othe…
Re: Poll: What is your primary editor?
#75I use Coda2 because it integrates the IDE, terminal tabs, browser tabs, and my (s)FTP file management all in one fullscreened window. Having my entire workflow contained within one app keeps me focused!
I found your comment very interesting: I've been using vim for a few years now and wouldn't consider changing (except for Emacs with Evil mode) because I like doing everything without lifting my hands from the keyboard. But reading your description, I'm left slightly envious and pondering how vim could be integrated better with a browser with web development in mind specifically. I'm not sure what it'd be but it gets…
Re: Poll: What is your primary editor?
#76To compliment the "why vim?" question elsewhere in this thread, for my fellow Emacs users: why Emacs? How did you start using Emacs? Why do you still use it?
Re: Poll: What is your primary editor?
#77I use Coda2 because it integrates the IDE, terminal tabs, browser tabs, and my (s)FTP file management all in one fullscreened window. Having my entire workflow contained within one app keeps me focused!
I found your comment very interesting: I've been using vim for a few years now and wouldn't consider changing (except for Emacs with Evil mode) because I like doing everything without lifting my hands from the keyboard. But reading your description, I'm left slightly envious and pondering how vim could be integrated better with a browser with web development in mind specifically. I'm not sure what it'd be but it gets…
Super+[1..9] = switch to workspace. Super+hjkl = move between windows.
Re: Poll: What is your primary editor?
#78To my fellow Vim users out there, I would like to ask why you use Vim? For me, Vim is what my mentor was using so it's what I picked up. It's command-line oriented which is a huge win for me, and it's available everywhere (Mac includes it by default), and I haven't hit a roadblock that's been painful enough to get me to sincerely investigate other editors. What has led you to continue using your editor of choice?
Re: Poll: What is your primary editor?
#79Re: Poll: What is your primary editor?
#80Even with my minimal Vim setup, it rocks https://github.com/jeffgodwyll/dotfiles/blob/master/.vimrc
Any tips to improve?