
No title available
Three Goblin Art
No title available
RMH

PR's Tumblrdome
Keni
Not today Justin

Origami Around
dirt enthusiast
"I'm Dorothy Gale from Kansas"
AnasAbdin
sheepfilms

roma★
tumblr dot com
One Nice Bug Per Day
todays bird

#extradirty
Claire Keane

Kiana Khansmith
occasionally subtle

seen from United States

seen from United States

seen from United States
seen from United States
seen from United States
seen from United States
seen from United States

seen from Malaysia
seen from United States

seen from United States
seen from United States

seen from Malaysia

seen from United States
seen from United States

seen from United States

seen from Netherlands
seen from Russia

seen from United States
seen from United Kingdom

seen from Serbia
@dailyvim
David Clark is a web developer and this is where he writes about developing the web.
In this post I'm going through my vim config trying to explain as much as I can all the config options that I use. My work is 99% Ruby on Rails and I use vim to do it so expect my config to have a focus on Ruby.
Nice walkthrough of somebody's vimrc. Good info whether or not you use Rails or are or are not an actual Ninja.
Sharing Public SSH Keys with GitHub
If anybody ever asks you, "hey, I could I get your public SSH key to give you access to such and such?", you can reply with https://github.com/yourgithubusername.keys. Try it!
Send text to slack from the command line.
Beautify you JavaScript code. Works with vim-autoformat.
dlite - The simplest way to use Docker on OS X
Docker on Mac using xhyve. I haven't gotten it to work personally, but it could be good.
An easy to use editor for crontab schedules.
vim-worksheet - Worksheet for Vim
Kind of like a REPL, but bigger, and in Vim.
ShellCheck is a free, online and offline tool that detects problems and suggests improvements to shell scripts.
Works with Syntastic too!
Preserve selection after indentation
In the default configuration, if you use visual mode (v) to select some text, then indent it with > or <, the selection disappears. To make it so the selection is preserved, add this to your .vimrc:
" Preserve selection after indentation vmap > >gv vmap < <gv
To enable using tab and shift-tab to indent while in visual mode, add this:
" Map tab to indent in visual mode vmap <Tab> >gv vmap <S-Tab> <gv
Pass is the standard unix password manager, a lightweight password manager that uses GPG and Git for Linux, BSD, and Mac OS X.
Looks really nice, though for now I'm sticking with LastPass because of the iPhone app. (Pass has one, but I don't think it's in the App Store.)
thefuck - Magnificent app which corrects your previous console command.
tslint - An extensible linter for the TypeScript language.
Should would out of the box with Syntastic.
elm.vim - Vim plugin for the Elm programming language
rust.vim - Vim configuration for Rust.
vim-toml - Vim syntax for TOML