mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 13:26:37 +00:00
Place "$nnn" in double quotes in man page examples
This commit is contained in:
parent
786ecf9fc2
commit
03e0531e81
16
nnn.1
16
nnn.1
|
@ -456,18 +456,18 @@ separated by \fI;\fR:
|
|||
------------------------------------ + -------------------------------------------------
|
||||
Key:Command | Description
|
||||
------------------------------------ + -------------------------------------------------
|
||||
c:!convert $nnn png:- | xclip -sel \ | Copy image to clipboard
|
||||
clipboard -t image/png* |
|
||||
c:!convert "$nnn" png:- | xclip | Copy image to clipboard
|
||||
-sel clipboard -t image/png* |
|
||||
C:!cp -rv "$nnn" "$nnn".cp* | Create a copy of the hovered file
|
||||
e:-!sudo -E vim $nnn* | Edit file as root in vim
|
||||
e:-!sudo -E vim "$nnn"* | Edit file as root in vim
|
||||
g:-!git diff | Show git diff
|
||||
h:-!hx $nnn* | Open hovered file in hx hex editor
|
||||
k:-!fuser -kiv $nnn* | Interactively kill process(es) using hovered file
|
||||
h:-!hx "$nnn"* | Open hovered file in hx hex editor
|
||||
k:-!fuser -kiv "$nnn"* | Interactively kill process(es) using hovered file
|
||||
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
|
||||
x:!chmod +x $nnn | Make the hovered file executable
|
||||
p:-!less -iR "$nnn"* | Page through hovered file in less
|
||||
s:-!&smplayer -minigui "$nnn" | Play hovered media file, even unfinished download
|
||||
x:!chmod +x "$nnn" | Make the hovered file executable
|
||||
y:-!sync* | Flush cached writes
|
||||
------------------------------------ + -------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue