Recent commits to dotfiles.git (64bde0cfb4581dfb63ad91aa985d0ec63f255342) https://git.dlma.com/dotfiles.git/tree/64bde0cfb4581dfb63ad91aa985d0ec63f255342 Recent commits feed provided by GitList. Make vim StatuslineGit() return branch for current file Use "git -C <path> ..." https://git.dlma.com/dotfiles.git/commit/64bde0cfb4581dfb63ad91aa985d0ec63f255342 david.blume@gmail.com (dblume) Wed, 13 Mar 2024 23:55:18 -0700 64bde0cfb4581dfb63ad91aa985d0ec63f255342 Have the command "vim" launch nvim where possible Alias vim, vim-, and vimdiff https://git.dlma.com/dotfiles.git/commit/86b6c123e9af8197d541653f09bda393837ade9d david.blume@gmail.com (dblume) Tue, 12 Mar 2024 20:58:54 -0700 86b6c123e9af8197d541653f09bda393837ade9d Create an update_dir function in setup.sh Now that I want to update three directories, it makes sense to do that in a function. 1. .vim/ 2. .config/nvim/ 3. .local/share/nvim/site/plugin/ https://git.dlma.com/dotfiles.git/commit/1bbe1e3ea9fcab29a9e861a88f323ea828249082 david.blume@gmail.com (dblume) Tue, 12 Mar 2024 17:24:55 -0700 1bbe1e3ea9fcab29a9e861a88f323ea828249082 Remap Y to yank to end of line, like neovim 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. https://git.dlma.com/dotfiles.git/commit/bbbc9d19f897bf2fc2d9dffcf29915cc25486f41 david.blume@gmail.com (dblume) Tue, 12 Mar 2024 15:24:36 -0700 bbbc9d19f897bf2fc2d9dffcf29915cc25486f41 nvim set hidden 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. https://git.dlma.com/dotfiles.git/commit/181b4ee2a8724b9ed0532ad9512c6d92ef53db13 dblume@roku.com (dblume) Fri, 08 Mar 2024 19:39:40 -0800 181b4ee2a8724b9ed0532ad9512c6d92ef53db13 nvim is too hard to type. Use nv https://git.dlma.com/dotfiles.git/commit/50949e6c74b15773e975cc9c414ff324429fb7ae david.blume@gmail.com (dblume) Fri, 08 Mar 2024 10:05:14 -0800 50949e6c74b15773e975cc9c414ff324429fb7ae Small responsiveness improvement 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/ https://git.dlma.com/dotfiles.git/commit/2ce9c862afc3954333fe65b7b5462a46729c1726 david.blume@gmail.com (dblume) Fri, 08 Mar 2024 01:50:10 -0800 2ce9c862afc3954333fe65b7b5462a46729c1726 Sort "git branch" by committerdate 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 https://git.dlma.com/dotfiles.git/commit/8f5d5a18d1edfc190efb90130140d4c798cda1ca dblume@roku.com (dblume) Thu, 07 Mar 2024 23:10:24 -0800 8f5d5a18d1edfc190efb90130140d4c798cda1ca nvim ColorColumn was inverted https://git.dlma.com/dotfiles.git/commit/4756af81c1b2c1d8a9ba873305a6f614ff215c92 david.blume@gmail.com (dblume) Thu, 07 Mar 2024 20:57:19 -0800 4756af81c1b2c1d8a9ba873305a6f614ff215c92 Add nvim- https://git.dlma.com/dotfiles.git/commit/2e3997a85f59c7c4ee6a82b729df60326b2528f4 dblume@roku.com (dblume) Thu, 07 Mar 2024 16:52:04 -0800 2e3997a85f59c7c4ee6a82b729df60326b2528f4