| bio | website | docwhat.org |
|---|---|---|
| location | Pittsburgh, PA | |
| age | 40 | |
| visits | member for | 2 years, 4 months |
| seen | May 7 at 23:58 | |
| stats | profile views | 7 |
It is said that you define a person by what they know. If you follow that through to its logical conclusion; a person is the sum of their experiences. Therefore, if you want to know who I am, I could just give you access to everything I have seen and done and everyone I have met. Unfortunately, it’s not possible to put everything I have ever experienced on the net. At least not yet.
|
May 4 |
comment |
how to close all panes but the current pane in tmux Note: tmux kill-pane -a kills all except the current pane. You don't need to specify the -t target if you like the current pane. |
|
Apr 25 |
comment |
vim.googlecode.com SSL certificate change For OS-X: brew install curl-ca-bundle and then point cacerts at /usr/local/share/ca-bundle.crt |
|
Sep 8 |
answered | Pimp my GNU grep |
|
Jun 14 |
awarded | Yearling |
|
Jun 14 |
awarded | Nice Answer |
|
Apr 19 |
comment |
Best way to upgrade vim/gvim to 7.3 in Ubuntu 10.04? Another alternative is to use ./configure --prefix=/usr/local && make && make install prefix=/usr/local/stow/vim-7.3 |
|
Apr 18 |
comment |
Best way to upgrade vim/gvim to 7.3 in Ubuntu 10.04? The only problem I see is that you need to set the vim runtimepath to not be the /usr/local/stow/vim-7.3/share/vim directory but rather something like /usr/local/share/vim directory. I think you can do that with --with-global-runtimepath=/usr/local/share/vim but I could be wrong. |
|
Apr 15 |
comment |
Getting tmux to copy a buffer to the clipboard Emits the save-buffer to stdout. You can replace the - with a filename and it'll save it there. This prevents you from writing (and having to clean up) a file. |
|
Mar 18 |
awarded | Necromancer |
|
Feb 23 |
awarded | Teacher |
|
Feb 23 |
comment |
Getting tmux to copy a buffer to the clipboard A better instruction for the C-p would be: bind C-p run "xclip -o | tmux load-buffer - ; tmux paste-buffer" -- no quoting issues or command line limit issues. |
|
Feb 23 |
answered | Getting tmux to copy a buffer to the clipboard |
|
Jan 8 |
awarded | Supporter |
|
Feb 12 |
awarded | Enthusiast |
|
Jan 14 |
awarded | Autobiographer |