diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2018-12-16 20:29:03 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2018-12-16 20:29:03 +0530 |
commit | cc34b977daa438bf3026724c25f25cb524574f16 (patch) | |
tree | e5aac05c5e240bff9c1e92fa3f7d97f873414deb /nnn.1 | |
parent | b15867143cf13b2cb93657f760a61681ae62378f (diff) | |
download | nnn-cc34b977daa438bf3026724c25f25cb524574f16.tar.gz |
Use run a command to launch apps
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -18,7 +18,7 @@ .Op Ar PATH .Sh DESCRIPTION .Nm -(Noice is Not Noice) is a performance-optimized, feature-packed fork of noice (http://git.2f30.org/noice/) with seamless desktop integration, simplified navigation, \fInavigate-as-you-type\fR mode, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more. It remains a simple and efficient file manager that stays out of your way. +(Noice is Not Noice) is a performance-optimized, feature-packed fork of noice (http://git.2f30.org/noice/) with seamless desktop integration, simplified navigation, \fInavigate-as-you-type\fR mode with auto select, disk usage analyzer mode, bookmarks, contexts, application launcher, familiar navigation shortcuts, subshell spawning and much more. It remains a simple and efficient file manager that stays out of your way. .Pp .Nm opens the current working directory by default if @@ -145,16 +145,14 @@ MISC .Bl -tag -width "l, [Right], [Return] or C-mXXXX" -offset indent -compact .It Ic \&!, ^] Spawn SHELL in current directory (fallback sh) -.It Ic o -Launch an application (takes 2 combined arguments) -.It Ic ^S -Run a command -.It Ic R -Run or choose a custom script .It Ic C Execute entry +.It Ic R +Run or choose a custom script .It Ic L Lock terminal +.It Ic ^S +Run a command .El .Pp Backing up one directory level will set the cursor position at the |