Justin Partain

Results 5 issues of Justin Partain

Sometimes, float windows fall behind tiled windows and are very hard to find/get a hold of. As of now, I haven't been able to tell the cause or steps to...

Vim has a feature called `persistent_undo` that is a nice quality-of-life feature I really like. The implementation in nvim is like: It writes some kind of binary file to VIM_UNDO_DIR...

I noticed when setting `SoundManager.loop_music = True` (which I wish would loop the currently played track, but I can hack that in) that when the track gets stopped, because of...

An important part of my workflow is reviewing notes to prune, organize, and combine notes. I've written a script to iterate over notes in a notebook, display them, and prompt...

`[v` and `]v` vertically select matching text above and below the selection. `]x` selects the next line down, but `[x` does not select the next line up. Is this the...