Recent commits to dotfiles.git (main) https://git.dlma.com/dotfiles.git/tree/main Recent commits feed provided by GitList. <leader>z for :FZF It's too much work to type colon, shift+F, etc. Also bring .vimrc into closer sync to nvim's init.vim https://git.dlma.com/dotfiles.git/commit/40b1440095609145e4b0b8b7f5f723b4b814bbb7 dblume@roku.com (dblume) Fri, 16 Jan 2026 17:37:42 -0800 40b1440095609145e4b0b8b7f5f723b4b814bbb7 Back off the number column in nvim a little. Don't want to see the column for like, rokulogs. https://git.dlma.com/dotfiles.git/commit/a5191c1554519a335b70f7bb4bb842563ac62aef dblume@roku.com (dblume) Thu, 15 Jan 2026 15:17:42 -0800 a5191c1554519a335b70f7bb4bb842563ac62aef set grepprg=rg didn't work. Change parameters. https://git.dlma.com/dotfiles.git/commit/cdc95a8c0c30f9fb35b9055fd62293fa8d3699e0 dblume@roku.com (dblume) Thu, 08 Jan 2026 18:03:28 -0800 cdc95a8c0c30f9fb35b9055fd62293fa8d3699e0 Add fzf to vim's runtimepath (rtp) Now we'll check if the directory exists, and if so add it to rtp. https://git.dlma.com/dotfiles.git/commit/1017dea910f89ba585db62d172b8679d03379372 dblume@roku.com (dblume) Tue, 06 Jan 2026 11:25:03 -0800 1017dea910f89ba585db62d172b8679d03379372 Only cat tips.txt if in an interactive shell Discovered while running shell commands in Claude Code, that it'd print the tips file. So added the following check: $- == *i* https://git.dlma.com/dotfiles.git/commit/5a5d3591822d14c2df0fb01c733a653965a0f61b david.blume@gmail.com (dblume) Tue, 06 Jan 2026 10:00:32 -0800 5a5d3591822d14c2df0fb01c733a653965a0f61b Default to showing line numbers in vim/nvim Colleagues seem to like it. Let's give it a try. I find the signcolumn too distracting right now. I know while I'm editing that I'm temporarily breaking things along the way. https://git.dlma.com/dotfiles.git/commit/821c329339b9494cc985f00d1335261e9868818f david.blume@gmail.com (dblume) Mon, 05 Jan 2026 10:50:40 -0800 821c329339b9494cc985f00d1335261e9868818f .bashrc: Add a fn to convert epoch to date str https://git.dlma.com/dotfiles.git/commit/0f1359e8476018ae32a0af292ce191315ef51353 david.blume@gmail.com (dblume) Fri, 19 Dec 2025 11:33:33 -0800 0f1359e8476018ae32a0af292ce191315ef51353 Set some fzf preferences. https://git.dlma.com/dotfiles.git/commit/7c68e58d94de8d7474240af81d178ea2876bfeec david.blume@gmail.com (dblume) Mon, 15 Dec 2025 12:57:52 -0800 7c68e58d94de8d7474240af81d178ea2876bfeec fzf: Put the chosen editor command in shell history. It's more useful to have the chosen "vim [file]" in your history than just a "gf" https://git.dlma.com/dotfiles.git/commit/8c228640c3c5ec098bd5d7c0e7c8f5986d5bd5af david.blume@gmail.com (dblume) Fri, 12 Dec 2025 19:43:20 -0800 8c228640c3c5ec098bd5d7c0e7c8f5986d5bd5af Don't limit number of lines in fzf's preview window You can scroll up in down in the preview. I didn't know that. https://git.dlma.com/dotfiles.git/commit/c2c3969b11c7f27564eb372c00d6e7b2729f5bff david.blume@gmail.com (dblume) Fri, 12 Dec 2025 13:08:57 -0800 c2c3969b11c7f27564eb372c00d6e7b2729f5bff