diff options
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -263,7 +263,7 @@ file from selection after you navigate away from its directory. Editing doesn't end the selection mode. You can add more files to the selection and edit the list again. If no file is selected in the current session, this option attempts to list the selection file. -.Sh LIST FILES +.Sh LIST INPUT .Nm can receive a list of files as input. The paths should be NUL-separated ('\\0') but doesn't need to be NUL-terminated. Paths and can be relative to the current @@ -354,8 +354,8 @@ separated by \fI;\fR: Key:Command | Description ----------------------------------- + ------------------------------------------------- k:-_fuser -kiv $nnn* | Interactively kill process(es) using hovered file - g:-_git diff* | Show git diff - l:-_git log* | Show git log + g:-_git diff | Show git diff + l:-_git log | Show git log n:-_vi /home/user/Dropbox/dir/note* | Take quick notes in a synced file/dir of notes p:-_less -iR $nnn* | Page through hovered file in less s:-_|smplayer -minigui $nnn | Play hovered media file, even unfinished download |