5,225 reputation
1519
bio website christianrobinson.name
location Idaho
age 35
visits member for 3 years, 8 months
seen 10 hours ago
stats profile views 139

He's just this guy.

Interests include: Linux, Vim, Perl, HTML, PHP, etc.


Nov
22
comment Vim clobbering scrollback buffer outside of screen
I should note that I use mintty as my Cygwin terminal, since I hated the default (which I believe just uses Windows' cmd.exe).
Nov
22
comment Vim clobbering scrollback buffer outside of screen
What does the output of "vim --version" show on the server where you're having issues? Does it say "Tiny version" on the fourth or fifth line of output?
Nov
21
comment Vim clobbering scrollback buffer outside of screen
I have confirmed that setting these two options to empty values prevents Vim from switching to the "alternate screen" but in either case my srollback is not being clobbered. Your problem probably lies elsewhere.
Nov
21
comment Vim clobbering scrollback buffer outside of screen
I could be wrong, but I do know that usually you shouldn't need to set them at all.
Nov
21
comment Vim clobbering scrollback buffer outside of screen
I think resetting t_ti and t_te are going to do the opposite of what you want.
Nov
15
answered Is there a way to set “very magic” for all searches?
Nov
15
comment Where are xmodmap settings saved?
If your ~/.Xmodmap still exists, it is likely loaded on login. Move it aside and restart X.
Nov
7
revised iPod sync issue
A bit of copyediting
Nov
3
comment Is there any way to use multiple fonts simultaneously in Vim?
It's not something I've done, so I can't help you with either question. It would help if we knew why you wanted to do this.
Nov
2
answered Is there any way to use multiple fonts simultaneously in Vim?
Nov
2
answered Limit input speed
Oct
31
comment Vim digraphs is not working
What does ":verbose set enc? fenc?" (the question marks are part of the command) show?
Oct
30
comment Abbreviations override in comments and quoted text
See :help script-local.
Oct
30
comment Vim enable mouse scroll only - not cursor positioning
I can't think of a way to do that, but I won't say it can't be done.
Oct
30
comment vim delete all lines that do NOT contain a certain word
% is a special range in this context that means the whole file. See :help cmdline-ranges.
Oct
29
answered Vim enable mouse scroll only - not cursor positioning
Oct
27
answered How to add a shell output content to vim?
Oct
26
answered Cannot Enter “Insert” mode in VI (not VIM)
Oct
24
comment In vim, change color of splits without the cursor
This isn't really possible, since Vim doesn't let you change the background color or the default text color on a per-window or per-buffer basis.
Oct
20
answered Linux: How to automatically detect display and set up default editor accordingly