Skip to content

Commit

Permalink
[rdme] readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidd-Dino committed Sep 11, 2020
1 parent ce3645a commit cde6d5a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# fff (*Fucking Fast File-Manager*)
## (/◕ヮ◕)/ with devicons/nerd-font support

<a href="https://asciinema.org/a/qvNlrFrGB3xKZXb6GkremjZNp" target="_blank"><img src="https://asciinema.org/a/qvNlrFrGB3xKZXb6GkremjZNp.svg" alt="img" height="210px" align="right"/></a>

Expand Down Expand Up @@ -178,6 +179,10 @@ Ctrl+C: exit without 'cd'.
# (Off by default)
export FFF_HIDDEN=1

# Show/Hide file icons on open
# (Off by default)
export FFF_FILE_ICON=1

# Use LS_COLORS to color fff.
# (On by default if available)
# (Ignores FFF_COL1)
Expand Down Expand Up @@ -335,6 +340,9 @@ export FFF_KEY_EXECUTABLE="X"

# Toggle hidden files.
export FFF_KEY_HIDDEN="."

# Toggle file icons
export FFF_DISPLAY_ICON="I"
```

### Disabling keybindings.
Expand Down

0 comments on commit cde6d5a

Please sign in to comment.