Skip to content

Commit

Permalink
Corrected lf command to show hidden files (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
tillbaks authored and ptzz committed Oct 11, 2019
1 parent 07f829f commit 8ffbae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ By default lf is opened with the command `lf` but you can set an other custom co

For instance if you want to display the hidden files by default you can write:
```
let g:lf_command_override = 'lf --cmd "set show_hidden=true"'
let g:lf_command_override = 'lf -command "set hidden"'
```

## Common issues
Expand Down

0 comments on commit 8ffbae1

Please sign in to comment.