https://git.dlma.com/dotfiles.git/tree/bbbc9d19f897bf2fc2d9dffcf29915cc25486f41 Recent commits to dotfiles.git (bbbc9d19f897bf2fc2d9dffcf29915cc25486f41) 2024-03-12T15:24:36-07:00 tag:gitlist.org,2012:commit/bbbc9d19f897bf2fc2d9dffcf29915cc25486f41 Remap Y to yank to end of line, like neovim 2024-03-12T15:24:36-07:00 dblume david.blume@gmail.com <pre>Use yy to yank a whole line. Like C and D work from current position to the end of the line, use Y to yank to the end of the line too. &lt;/pre&gt; tag:gitlist.org,2012:commit/181b4ee2a8724b9ed0532ad9512c6d92ef53db13 nvim set hidden 2024-03-08T19:39:40-08:00 dblume dblume@roku.com <pre>I use scratch buffers often, especially with nv- as: alias nv-='nvim +"setl buftype=nofile" -' Then I execute commands like: rg needle . | nv- Which puts a lot of filenames in a Scratch buffer, and I want to keep that buffer around even when I switch away from it. &lt;/pre&gt; tag:gitlist.org,2012:commit/50949e6c74b15773e975cc9c414ff324429fb7ae nvim is too hard to type. Use nv 2024-03-08T10:05:14-08:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/2ce9c862afc3954333fe65b7b5462a46729c1726 Small responsiveness improvement 2024-03-08T01:50:10-08:00 dblume david.blume@gmail.com <pre>For slow connections and terminal multiplexers, turn off some updates at the bottom of the screen for partial commands and selection areas https://www.reddit.com/r/neovim/comments/7epa94/neovim_slowness_compared_to_vim_8/dq6ouqy/ &lt;/pre&gt; tag:gitlist.org,2012:commit/8f5d5a18d1edfc190efb90130140d4c798cda1ca Sort "git branch" by committerdate 2024-03-07T23:10:24-08:00 dblume dblume@roku.com <pre>Make the command `git branch` sort by last used branches instead of alphabetical. No more trying to remember what you called that last branch. See https://mastodon.social/@doctormo@floss.social/111835388866251955 &lt;/pre&gt; tag:gitlist.org,2012:commit/4756af81c1b2c1d8a9ba873305a6f614ff215c92 nvim ColorColumn was inverted 2024-03-07T20:57:19-08:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/2e3997a85f59c7c4ee6a82b729df60326b2528f4 Add nvim- 2024-03-07T16:52:04-08:00 dblume dblume@roku.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/da3f037912cd81fb19d57e77a08ae013f6c0e4e4 Add support for BrightScript; add taglist plugin 2024-03-07T16:36:30-08:00 dblume dblume@roku.com <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/b1f0ebe403dfcfc6de656d99a5575ba4c76ef1b4 Give nvim_desert unique g:colors_name 2024-03-07T15:33:47-08:00 dblume dblume@roku.com <pre>It was inheriting from "desert". Maybe we take advantage of that some other time. &lt;/pre&gt; tag:gitlist.org,2012:commit/258780ccbbd53d0f3ae87adea5a5a04cd64d19fc Add plugin bbye 2024-03-07T14:58:45-08:00 dblume david.blume@gmail.com <pre>&lt;/pre&gt;