Trevor Hartman

Results 169 issues of Trevor Hartman

I often have 2 or 3 terms open and need to send lines to different terminals depending on which repls or processes I'm running. I used to do this with...

enhancement
suggestion

My parent [specifies a plugin](https://github.com/yetibot/parent/blob/master/project.clj#L17) that contains middleware which sets the project version ([lein-inferv](https://github.com/devth/lein-inferv)). When inheriting this from a parent project with `lein-parent`, it appears this plugin is not run.

I want to use the familiar syntax for querying, dom manip, events, etc: ``` $('.foo').on('click', function() { alert('bar') }); ``` but without the ender glue that typically allows it. I've...

What do you think about an option to remove the thin vertical line between splits? ![image](https://user-images.githubusercontent.com/86107/131850659-6d917155-67c3-4e7f-969a-523658b5b447.png)

This may be a long shot, and it's tmux-specific: I often zoom the tmux pane that vim lives in when I want to focus on writing code. I still need...

After running a `:Dispatch`, is it possible to put scroll position at the bottom of the Location List? It's jarring to watch a mvn build progress, then jump to the...

Would be really neat to be able to chain together dispatches by reacting to a process' output. For example, I use dispatch to run a Scala test in debug mode....

Would love to be able to send current line, text object or visual selection to a quickterm with a hotkey, similar to how [neoterm does it](https://github.com/kassio/neoterm#repl).