0
votes
How to increment in vim under windows (where CTRL-A does not work…)
You can make the Ctrl-A increment in windows by opening up the 'mswin.vim' file in your vim directory and finding the section that looks like:
" CTRL-A is Select all
noremap <C-A …
2
votes
Why should I use an IDE?
An IDE can be a 'superior' choice based depending upon what a developer is trying to accomplish.
An IDE can be 'superior' because IDEs are typically geared toward one (or …
