dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

My vim, zsh, git, tmux, and other config files and utility scripts.

Results 43 dotfiles issues
Sort by recently updated
recently updated
newest added

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,...

system

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...

vim

git compare && git log --format=short master..HEAD | gh pull-request -F - Or the equivalent that works...

git

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.

vim

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...

vim

# 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...

vim

Word chars in markdown includes `.`. `ciw` in a word at the end of the sentence broken (includes the `.`)

vim