Dane Summers

Results 19 issues of Dane Summers

My general workflow for large edits has been to use the 'jceb/vim-editqf' plugin to search, edit the quickfix results, and use 'dsummersl/vim-cdo' to make changes. I love the idea of...

enhancement

This allows one to tunnel thru a jumpbox, say.

This is super nice for the unimpaired mappings [ob and ]ob (if using a colorscheme that supports light/dark).

For larger projects gtags generates ginormous files including 3rd party dependencies I don't care about - it would be great if it were possible to, at a minimum, generate the...

enhancement

I've recently joined a group in North Carolina that wants to build a platform for citizens to submit redistricting proposals. I've just setup a repository for this, https://github.com/CitizenRedistrictingNC/nc-redistricting where we...

enhancement

I wanted to run my test cases (a shell command, it doesn't matter what) and only leave the tmux pane open if the exit code is non-zero (ie, only if...

When the gundo window is first opened it paints the entire undo history to the window, which can be slow for large undo histories. Render only what is visible to...

``` "__Mundo__" [New File] Error detected while processing function mundo#MundoToggle[1]..290_MundoToggle[11]..290_MundoOpen[31]..290_MundoPython[2]..provider#python3#Call: line 18: Traceback (most recent call last): File "", line 1, in File "/Users/danesummers/environment/vim/bundle/gundo.vim/autoload/mundo.py", line 107, in MundoRenderGraph nodesData File...

bug

Ideal behavior: 1. Start vim with no file. Make a few changes. 2. call `:MundoShow`. Changes should be seen. 3. open a new file `:e new.txt`. 4. The mundo window...

feature

When I have multiple tabs open and use `let g:aerojump_uses_tabs = 1`, and select a match using `AerojumpDefault` I'm dropped in a different tab than the one that I invoked...