ELLIOTTCABLE
ELLIOTTCABLE
I've selected “Other Theme” in the settings (might want to mention that this is necessary in the AMO page, by the way — I was surprised to find this extension...
Issue Type: Bug I just upgraded to GitLens Pro, specifically for worktree-support. However, I use a lot of workspace-scoped settings. When you use GitLens's features to "switch" to another worktree,...
Issue Type: Bug When hovering over details of a `git-blame` entry, there's a hovercard with what look like links: Unfortunately, I can find no way to _interact with_ that hover....
This PR implements a configuration-option that allows users to provide a mapping of replacement user- and host-names for systems they do not control, but often SSH into. As an example,...
At the moment, I've got my OCaml-specific mappings on a `FileType` autogroup: ```viml augroup ocamlmaps au! au FileType ocaml nmap * (MerlinSearchOccurrencesForward) au FileType ocaml nmap # (MerlinSearchOccurrencesBackward) au FileType...
I've switched from CtrlP.vim to fzf.vim for non-OcamL files; I'd like to be able to drop CtrlP entirely. For other visitors, here's my vim-plug line to restrict CtrlP to OCaml...
I use `git worktree` fairly heavily, to concurrently work on multiple branches on our monorepo. Unfortunately, this means our `opam repo` — which exists *in* that monorepo — doesn't play...
Trace: https://gist.github.com/ELLIOTTCABLE/b2bd730b710406e4fd6376969304cffd
``` > ruby-install ruby >>> Installing ruby 2.4.0 into /Users/ec/.rubies/ruby-2.4.0 ... >>> Installing dependencies for ruby 2.4.0 ... Updating Homebrew... Warning: automake-1.15 already installed Warning: bison is a keg-only and...
Issue Type: Bug When I open a file in the "Commits" section of the sidebar, and that file has PR-comments created on the GitHub website (see #2793, #3266), the "padding"...