Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner authored Dec 27, 2024
1 parent 18c4a16 commit d668d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ rfsee search --terms MY_SEARCH_TERMS
### NeoVim

```vim
:RFCIndex
:RFSeeIndex
```

Then, to execute a query its as simple as

```vim
:RFC MY_SEARCH_TERMS
:RFSee MY_SEARCH_TERMS
```

The above will open a new buffer with the results from your search. You can navigate up and down and then press `<Enter>` on a line to open that RFC in your browser. In the future this will open the selected RFC in NeoVim.
Expand Down

0 comments on commit d668d64

Please sign in to comment.