dotfiles
dotfiles copied to clipboard
My vim, zsh, git, tmux, and other config files and utility scripts.
since I'm always "stealing" your config files Upon upgrading my tmux to `stable 3.0a` tmux was nagging about split-window not being a valid command. I did some googling and apparently...
Unclear is this can be fixed, but I really dislike that OS X text boxes respect most Emacs readline keys, but not C-w. Doesn't seem to be bound to anything,...
Fuzzy selecting of commands. Optionally take a prefix, e.g. `call CtrlpCommands('VTR')` Initial WIP implementation: ``` vim function! ExtractedCommandName(command_definition) let shell_split = "echo " . shellescape(a:command_definition) . " | sed -E...
git compare && git log --format=short master..HEAD | gh pull-request -F - Or the equivalent that works...
http://ddrscott.github.io/blog/2016/making-a-window-submode/
https://github.com/wellle/targets.vim/blob/master/README.md Adds additional text objects, and I **lovvvvveee** additional text objects.
Using `chrome-cli` I can `execute` arbitrary JS in a page context. Just need to slap together the right system call from Vim. A start: ``` vim function! s:ExecuteInPageConsole() let line...
# Prose ## Quick Links Want an in context way to run a Google search and create a Markdown link for the top result. Thinking that shelling out to a...
Word chars in markdown includes `.`. `ciw` in a word at the end of the sentence broken (includes the `.`)