Skip to content

Commit

Permalink
document grep_file_extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Dec 22, 2024
1 parent 096a5da commit 2fc1a7f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions welcome.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,13 @@ y d p J yank, delete, paste, join lines
gg G go to the beginning/end of the file
x r delete/replace character under cursor
C-n autocomplete

### .ved configuration file for each workspace
Add a `.ved` json config file to the root of your workspace. Right now it supports the following options:

```json
{
"grep_file_extensions": ["go", "v"] // File extensions that git grep should search in. Everything else is ignored.
}
```

0 comments on commit 2fc1a7f

Please sign in to comment.