New pages
Special page
- 18:10, May 4, 2012 Comment & Uncomment multiple lines in Vim (hist) [1,944 bytes] Baliganikhil (Talk | contribs) (Created page with "Commenting and uncommenting multiple lines in Vim can be a little tricky. Here is a small snippet of code to show how you can do this. I have done this for just a few of language...")
- 06:54, May 4, 2012 256 colors setup for console Vim (hist) [12,685 bytes] Cjns1989 (Talk | contribs) (Created page with "== Abstract == There is a growing number of Vim color schemes designed to display 256 colors at the terminal. But getting this to work in some environments may require a tweak o...")
- 16:02, May 3, 2012 Using standard editor shortcuts in Vim (hist) [5,043 bytes] Baliganikhil (Talk | contribs) (Shortcuts to map standard editor commands in VIM)
- 18:42, May 1, 2012 80 character line wrap without broken words (hist) [1,358 bytes] 71.174.25.193 (Talk) (Created page with "Write the first paragraph of your article here. ==How to wrap all lines at 80 characters without breaking any words, and preserve shorter lines== set formatoptions += v set tw=...")
- 20:57, April 27, 2012 Vim DBGp client (for debugging php with XDebug extension) (hist) [6,444 bytes] 188.27.89.2 (Talk) (In short to debug php with Vim and XDebug you should install the proper Vim script and have Vim wait for a new debugger connection, and you should install XDebug, start the php script and request debugging with XDEBUG_SESSION_START or XDEBUG_CONFIG v)
- 22:00, April 13, 2012 Auto-detect number of cores for parallel built (hist) [3,738 bytes] Knue (Talk | contribs) (Created page with "Vim's make falls back to just invoke make. With this trick you can autodetect the number of cores you are running. Simply add <pre> set makeprg=make\ -j`cat\ /proc/cpuinfo\ \\\|\...")
- 08:21, April 5, 2012 Highlighting (hist) [5,405 bytes] JohnBeckett (Talk | contribs) (Copy text from 24 Changing the default syntax highlighting with adjustments for new location. This will be the main ":hi" tip.)
- 08:03, March 23, 2012 Omnicomplete - Remove Python Pydoc Preview Window (hist) [879 bytes] 176.251.101.133 (Talk) (Created page with " The Pydoc window comes up whenever you use <Ctrl-x><Ctrl-o> to complete a function or variable name when using Omnicomplete with Python. If you don't want it to come up all the ...")
- 22:57, March 21, 2012 Precise Jumps Without Mouse (hist) [1,958 bytes] Q335r49 (Talk | contribs) (Created page with "There are some things a mouse is just better at, such as making precise jumps around the screen. In some cases you are stuck on a terminal without mouse support. In that case, th...")
- 23:34, March 8, 2012 Adjust Brightness Automatically on Focus (hist) [1,239 bytes] 93.97.93.109 (Talk) (Created page with "This may be applicable to other operating systems, but here I'm using OS X. ==What's this about?== I like my display on full brightness with a dark colorsheme when I'm coding, ...")
- 17:47, March 5, 2012 Testing Vim variables from the shell (hist) [1,860 bytes] Moorecm (Talk | contribs) (Initial publish.)
- 00:10, March 3, 2012 Autocapitalize the start of every sentence (hist) [3,472 bytes] 64.134.242.86 (Talk) (Initial)