This week I learned

Excerpts from my development journal

Week 24 published

fzf & fish

I’ve been using fzf from vim1 and in various custom scripts, but I’ve been putting off installing fish integration until now.

I’m trying to remember that Ctrl-T brings up a window that will fuzzy search files recursively from the current directory.

Alt-C recursively searches directories and will cd you to the selected one.

vim-fugitive

This week I learned learned that calling :Gmerge during a merge conflict loads the conflicted files from the current index into the quickfix list. After that, it’s the usual [n, ]n to jump across conflict markers.

  1. Using this very simple integration, no plugins.