Commit graph

3 commits

Author SHA1 Message Date
Jonathan Hodgson
a9cdb7dfe9 Fix fuzzy creation of new file
FZF exits with a status of 1 if nothing was selected. This is often the
case though if we are creating a new file so I added `|| true` to make
bash continue anyway
2020-12-30 22:21:58 +00:00
Jonathan Hodgson
d56d5ddbfd Fix inconsistency between help message and actions for fzf
ctrl-v should view rather than ctrl-o
2020-12-22 09:38:21 +00:00
Jonathan Hodgson
5863d5a58f Moves FZF related code into an include 2020-12-22 09:15:35 +00:00