Joined November 2012
·

Todd

Developer/Keebler Elf at roadhaus
·
Missouri, USA
·
·
·

Posted to Oldschool ASCII art with web fonts over 1 year ago

@twolfson If you're throwing artpacks.org in there, don't forget about Sixteen Colors ;)

Here's a github gist with the source:

https://gist.github.com/haliphax/5379454

Paginate by ID, rather than some arbitrary sum. page=2&id=107 would mean "I'm on page 2" for aesthetics, but the server-side app would know that page 2 begins at the item with ID# 107 (or the next greater ID# after 107 if it has been deleted).

Posted to Show git branch in bash promt over 1 year ago

@axeff My apologies; I do not.

Posted to Create anchor links from tweet text over 1 year ago

@devpuja1988 You're welcome; glad I could help!

I similarly bind this to F2:

nnoremap <F2> :set invpaste paste?<CR>
set pastetoggle=<F2>
set showmode
Posted to Show git branch in bash promt over 1 year ago

I try to avoid installing software on my development machines if I can get away with a script instead -- but I may have to look into this "bash-it"; it sounds interesting. Thanks for the comment!

Achievements
253 Karma
20,148 Total ProTip Views