| bio | website | christianrobinson.name |
|---|---|---|
| location | Idaho | |
| age | 35 | |
| visits | member for | 3 years, 8 months |
| seen | 1 hour ago | |
| stats | profile views | 139 |
He's just this guy.
Interests include: Linux, Vim, Perl, HTML, PHP, etc.
|
Feb 5 |
answered | Vim : Recovering Encrypted File |
|
Jan 22 |
answered | How to toggle showing line numbers in vim using a single key press? |
|
Jan 21 |
comment |
Compiling vim with xterm_clipboard support Ah, I stand (sit) corrected. It's been a long time since I've bothered to compile Vim without a GUI. |
|
Jan 20 |
comment |
Compiling vim with xterm_clipboard support @akira: I have edited my post to clarify my statement: I believe you must have a GUI compiled in to have the +xterm_clipboard feature available. |
|
Jan 20 |
revised |
Compiling vim with xterm_clipboard support Clarify my last statement |
|
Jan 20 |
answered | How to get the key name to be coded for keymap in vimrc? |
|
Jan 20 |
answered | Compiling vim with xterm_clipboard support |
|
Jan 18 |
answered | Using Vim/Gvim with multiple GUI windows |
|
Jan 14 |
revised |
Add constant value to numeric XML attribute Correct the ordering of quotes |
|
Jan 14 |
answered | Add constant value to numeric XML attribute |
|
Jan 10 |
answered | How Can I Close the Leftmost Window in Vim? |
|
Jan 8 |
answered | VIM: How do you get the last ex command you used? |
|
Jan 7 |
revised |
In vim, prevent caret moving back when I leave edit mode? Add link that does what the OP wanted, even if it's generally considered a Bad Idea |
|
Jan 7 |
comment |
In vim, prevent caret moving back when I leave edit mode? @romkyns: Try this: vim.wikia.com/wiki/… |
|
Jan 7 |
answered | In vim, prevent caret moving back when I leave edit mode? |
|
Jan 2 |
comment |
Is it possible to install vim for a user? While most sources prefer you to run configure by hand, the preferred way to do this kind of thing for Vim is to edit the src/Makefile and change the "prefix" variable to something like $(HOME) |
|
Dec 31 |
comment |
Vim command line imap problem Are you having problems with all Control-key mappings, or just some? |
|
Dec 21 |
answered | How can I make .vimrc read from an external file? |
|
Dec 20 |
comment |
How to move x lines up in vi/vim editor If you use the arrow keys, preceding them with a count also works. |
|
Dec 20 |
comment |
changing the color of comments in vim It's not really necessary to create a full color shceme of your own. I just use the syncolor file that is always sourced by Vim. See ":help syncolor". |