Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

add ? to display keyboard shortcuts #132

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wukuan405
Copy link

?: display keyboard shortcuts

sage                                                                  right: go to child dir
       j: scroll down                                                  f: new file
       k: scroll up                                                    n: new dir
       h: go to parent dir                                             r: rename
       l: go to child dir                                              X: toggle executable
       enter: go to child dir                                          y: mark copy
       backspace: go to parent dir                                     m: mark move
       -: Go to previous dir.                                          d: mark trash (~/.local/share/fff/trash/)
       g: go to top                                                    s: mark symbolic link
       G: go to bottom                                                 b: mark bulk rename
       :: go to a directory by typing.                                 Y: mark all for copy
       /: search                                                       M: mark all for move
       t: go to trash                                                  D: mark all for trash (~/.local/share/fff/trash/)
       ~: go to home                                                   S: mark all for symbolic link
       e: refresh current dir                                          B: mark all for bulk rename
       !: open shell in current dir                                    p: paste/move/delete/bulk_rename
       x: view file/dir attributes                                     c: clear file selections
       i: display image with w3m-img                                   [1-9]: favourites/bookmarks (see customization)
       down:  scroll down                                              q: exit with 'cd' (if enabled).
       up:    scroll up                                                Ctrl+C: exit without 'cd'.
       left:  go to parent dir

?: display keyboard shortcuts
```
sage                                                                  right: go to child dir
       j: scroll down                                                  f: new file
       k: scroll up                                                    n: new dir
       h: go to parent dir                                             r: rename
       l: go to child dir                                              X: toggle executable
       enter: go to child dir                                          y: mark copy
       backspace: go to parent dir                                     m: mark move
       -: Go to previous dir.                                          d: mark trash (~/.local/share/fff/trash/)
       g: go to top                                                    s: mark symbolic link
       G: go to bottom                                                 b: mark bulk rename
       :: go to a directory by typing.                                 Y: mark all for copy
       /: search                                                       M: mark all for move
       t: go to trash                                                  D: mark all for trash (~/.local/share/fff/trash/)
       ~: go to home                                                   S: mark all for symbolic link
       e: refresh current dir                                          B: mark all for bulk rename
       !: open shell in current dir                                    p: paste/move/delete/bulk_rename
       x: view file/dir attributes                                     c: clear file selections
       i: display image with w3m-img                                   [1-9]: favourites/bookmarks (see customization)
       down:  scroll down                                              q: exit with 'cd' (if enabled).
       up:    scroll up                                                Ctrl+C: exit without 'cd'.
       left:  go to parent dir

```
@d02d33pak
Copy link

I tried pasting the same command in my config but it didn't work, so I modified it a little -
man fff | grep -A 54 "Usage" | sed 's/ //g' | column -e

Roy-Orbison added a commit to Roy-Orbison/fff that referenced this pull request Feb 24, 2023
Also closes PR dylanaraps#132 as obsolete.
Roy-Orbison added a commit to Roy-Orbison/fff that referenced this pull request Feb 24, 2023
Roy-Orbison added a commit to Roy-Orbison/fff that referenced this pull request Feb 24, 2023
Roy-Orbison added a commit to Roy-Orbison/fff that referenced this pull request Feb 24, 2023
Roy-Orbison added a commit to Roy-Orbison/fff that referenced this pull request Nov 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants