Fix typo and publish

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-08-11 20:24:54 +05:30
parent 12be3013c2
commit af62f14cc0
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
categories = ["tools-of-the-trade"]
date = 2020-08-10
description = "Continuing this series, let's talk about fzf."
draft = true
slug = "tools-of-the-trade-fzf"
socialImage = "/uploads/tools-of-the-trade-fzf.webp"
tags = ["fzf", "cli-tools", "tools-of-the-trade"]
@ -56,6 +55,6 @@ The syntax as evident, is pretty simple
<key-shortcut>:execute(<command>)<+abort>
```
The `+abort` there is optional, and signals `fzf` that we want to exit after running the command. Detailed instructions area available in the `fzf` [README](https://github.com/junegunn/fzf#readme).
The `+abort` there is optional, and signals `fzf` that we want to exit after running the command. Detailed instructions are available in the `fzf` [README](https://github.com/junegunn/fzf#readme).
And that's it from me. Tweet at me at [@MSF_Jarvis](https://twitter.com/MSF_Jarvis) with any fancy `fzf` recipes you come up with!