Almost anybody who associates great programming with things like super keyboarding skills and muscle memory is unfortunately degrading the status of programming to mere typing. What is it that is so distracting and pulling you out of your zen when you use a mouse? Seriously you type so fast and code at the speed of thought that a little glitch here is like making a mistake with a Formula 1 car in the Monaco Grand Pri…
> Seriously you type so fast and code at the speed of thought that a little glitch here is like making a mistake with a Formula 1 car in the Monaco Grand Prix? Please, don't take it to the other extreme. The way I use vim, I still use arrow keys instead of hjkl . I usually don't do 8k or 3j . Yet daW , cs"' , cit , /foo whateveroperation nn.nnn.n. , /bar qa whateverbutmorecomplex qn@ann@a are part of my daily routine…
Just Use Sublime Text
161–170 of 296 posts
Re: Just Use Sublime Text
#162I was straight out of university and I knew my shit (as all graduates do but don't). He would spend ages looking at a piece of code, scrolling around, running the app, walking about and plonk down a few lines of code. After a year of bashing out code I realised.
Most coding happens in the planning, not in the mundane exercise of typing.
Re: Just Use Sublime Text
#163Re: Just Use Sublime Text
#164Re: Just Use Sublime Text
#165The answer to ALL of those is "no".
Re: Just Use Sublime Text
#166If so, I would LOVE to use it!
Re: Just Use Sublime Text
#167Almost anybody who associates great programming with things like super keyboarding skills and muscle memory is unfortunately degrading the status of programming to mere typing. What is it that is so distracting and pulling you out of your zen when you use a mouse? Seriously you type so fast and code at the speed of thought that a little glitch here is like making a mistake with a Formula 1 car in the Monaco Grand Pri…
It is true that so many of us in software don't RTFM, and I am guilty of that, but it's also true that the FM is often out of date, incomplete, doesn't carry the edge cases, and is often written by a reluctant author inexperienced in writing good copy.
Apart from that, 'go slow' is missing the point a bit. It's not the 'lack of turbo speed' that the mouse is creating problems from, it's the context switching. 'Go slow, steady, and thoughtful' is fine, but the less context switching you have, the more attention you can spend on your task.
Re: Just Use Sublime Text
#168For the plugin reviews, I'd settle for something that let's me know what the heck a particular plugin in vundle is from the search tab.
Re: Just Use Sublime Text
#169You're not using vim.
Re: Just Use Sublime Text
#170Earlier quoted context omitted.
In my experience (11 years with Emacs, then 8 years with Wily/Acme-SAC/Acme) using the mouse is much more efficient than typing to move the cursor and select text. Acme takes it a step further by binding cut and paste to mouse chords. Guide files are the big win, though, since I edit and reissue commands (highlight and middle-click) instead of retyping them.
Do you use C-r/C-s to move around? That's what I do and I think that using the keyboard is a bit faster. The difference is probably negligible, though.